Html Css Color HEX #68DEE9 Turquoise Blue

📋 copy color: '#68DEE9'

red 104 ◦ green 222 ◦ blue 233

#68DEE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #68DEE9

Tints of Turquoise Blue #68DEE9

RGB

 RED value IS 104 (41.02% from 255) = 18.6%

 GREEN value IS 222 (87.11% from 255) = 39.71%

 BLUE value IS 233 (91.41% from 255) = 41.68%

R = 18.6%
G = 39.71%
B = 41.68%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#68DEE9 (or 0x68DEE9) is known color: Turquoise Blue. HEX triplet: 68, DE and E9. RGB value is (104,222,233). Sum of RGB (Red+Green+Blue) = 104+222+233=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #68DEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DEE9 is #972116. Grayscale: #BBBBBB. Windows color (decimal): -9904407 or 15326824. OLE color: 15326824.

HSL color Cylindrical-coordinate representation of color #68DEE9: hue angle of 185.12º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68DEE9 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 222 233 -
CMYK 0.55 0.05 0 0.09
HSL 185.12º 0.75% 0.66% -
HSV(B) 185.12º 0.55% 0.91% -
XYZ 46.54 61.07 86.43 -
YUV 187.97 153.41 68.11 -
System Red Green Blue C M Y K H S L
Decimal 104 222 233 0.55 0.05 0 0.09 185.12 0.75 0.66
Hex 68 DE E9 37 5 0 9 B9 4B 42
Octal 150 336 351 67 5 0 11 271 113 102
Binary 1101000 11011110 11101001 110111 101 0 1001 10111001 1001011 1000010

Color Harmonies of #68DEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DEE9

Black with #68DEE9

Text Example


Text Example

White with #68DEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68DEE9; }

 p { color: rgb(104,222,233); }

 H1.HeaderClassName
 {
   color: #68DEE9;
 }
 .AnyTagClassName
 {
   color: #68DEE9;
 }
</style>

background-color css

<style>
 a { background-color: #68DEE9; }

 a { background-color: rgb(104,222,233); }

 div.DivClassName
 {
   background-color: #68DEE9;
 }
 .BgClassName
 {
   background-color: #68DEE9;
 }
</style>

border-color css

<style>
 span { border-color: #68DEE9; }

 span { border-color: rgb(104,222,233); }

 td.TdClassName
 {
   border-color: #68DEE9;
 }
 .TagClassName
 {
   border-color: #68DEE9;
 }
</style>