COLOR #68D4E0

HEX: #68D4E0 RGB: (104,212,224)

Color info

#68D4E0 contains mainly green and blue colors. Web safe color of #68D4E0 is #66CCCC (or #6CC).

RGB color model

#68D4E0 color RGB value is (104,212,224).

RGB: (104,212,224) (41%, 83%, 88%)

RGB channels and saturation

R 104 of 255 = 41%
G 212 of 255 = 83%
B 224 of 255 = 88%

104
212
224

R + G + B ~ 71%. #68D4E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 104 + 212 + 224 = 540 (100%)
R 104 of 540 ~ 19.26%
G 212 of 540 ~ 39.26%
B 224 of 540 ~ 41.48'%

%19.26
%39.26
%41.48

CMYK color model

#68D4E0 color CMYK value is (54,5,0,12).

  • cyan value is 53.57%
  • magenta value is 5.36%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (54,5,0,12)
C54M5Y0K12 (54%, 5%, 0%, 12%)
(0.54 / 0.05 / 0.00 / 0.12)

CMYK percentages

%53.57
%5.36
%0
%12.16

Codes

Color #68D4E0 in popluar color models

68 D4 E0
RGB 104 212 224
HSL 186° 65.93% 64.31%
HSB/HSV 186° 53.57% 87.84%
CMYK 53.57% 5.36% 0.00%
12.16%

Color #68D4E0 in popluar number systems.

HEX 68 D4 E0
Decimal 104 212 224
Binary 1101000 11010100 11100000
Octal 150 324 340

Shades and tints

Shades of #68D4E0

#68D4E0
(104,212,224)
#5FC1CC
(95,193,204)
#56AEB8
(86,174,184)
#4D9BA4
(77,155,164)
#448890
(68,136,144)
#3B757C
(59,117,124)
#326268
(50,98,104)
#294F54
(41,79,84)
#203C40
(32,60,64)
#17292C
(23,41,44)
#0E1618
(14,22,24)
#000000
(0,0,0)

Tints of #68D4E0

#68D4E0
(104,212,224)
#75D7E2
(117,215,226)
#82DAE4
(130,218,228)
#8FDDE6
(143,221,230)
#9CE0E8
(156,224,232)
#A9E3EA
(169,227,234)
#B6E6EC
(182,230,236)
#C3E9EE
(195,233,238)
#D0ECF0
(208,236,240)
#DDEFF2
(221,239,242)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D4E0 color. Also use rgb(104,212,224) instead hex code.

Text Font Color

.myTextColor { color: #68D4E0; }

<p style="color:#68D4E0">This sample text font color is #68D4E0.</p>

This text font color is #68D4E0.

Background Color

.myBgColor { background-color: #68D4E0; }

<div style="background-color:#68D4E0">Inner text</div>

This div background color is #68D4E0.

Border color

.myBorderColor { border: 1px solid #68D4E0; }

<div style="border:3px solid #68D4E0">Div</div>

This div border color is #68D4E0.

Opacity

.myOpacity80 { color: #68D4E0; opacity: 0.8; }

<p style="color:#68D4E0;opacity:0.8;">80%</p>

Text with #68D4E0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #68D4E0;}

<p style="text-shadow: 3px 3px 1px #68D4E0">Text here.</p>

This text has shadow with #68D4E0 color.


.textShadow {text-shadow: 3px 3px 1px #68D4E0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #68D4E0, 5px 5px 20px red">Text here.</p>

This text has shadow with #68D4E0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68D4E0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#68D4E0, Direction=45, Strength=4)">Text</p>

This text has shadow with #68D4E0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #68D4E0;
-webkit-box-shadow: 1px 1px 3px 2px #68D4E0;
box-shadow: 1px 1px 3px 2px #68D4E0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68D4E0; -webkit-box-shadow: 1px 1px 3px 2px #68D4E0; box-shadow:1px 1px 3px 2px #68D4E0;">
Div content here
</div>

This div box has shadow with color #68D4E0.

Preview

Color preview on black background

This text has color #68D4E0 on black background.


Color preview on white background

This text has color #68D4E0 on white background.


Black color preview on #68D4E0 background

This text has black color on #68D4E0 background.


White color preview on #68D4E0 background

This text has white color on #68D4E0 background.


Related colors

Complementary color

Complementary color for #hex is #972B1F.


I love getcolorcode.com

Triadic colors

1 #E068D4 and #D4E068 with #68D4E0 are triadic colors.

2 #E0D468 and #D468E0 with #68D4E0 are triadic colors.