Html Css Color HEX #08CEE8 Dark Turquoise

📋 copy color: '#08CEE8'

red 8 ◦ green 206 ◦ blue 232

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

Shades of Dark Turquoise #08CEE8

Tints of Dark Turquoise #08CEE8

RGB

 RED value IS 8 (3.52% from 255) = 1.79%

 GREEN value IS 206 (80.86% from 255) = 46.19%

 BLUE value IS 232 (91.02% from 255) = 52.02%

R = 1.79%
G = 46.19%
B = 52.02%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#08CEE8 (or 0x08CEE8) is known color: Dark Turquoise. HEX triplet: 08, CE and E8. RGB value is (8,206,232). Sum of RGB (Red+Green+Blue) = 8+206+232=446 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.79% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 232 (91.02% from 255 or 52.02% from 446); Max value from RGB is 232 - color contains mainly: blue. Hex color #08CEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CEE8 is #F73117. Grayscale: #959595. Windows color (decimal): -16199960 or 15257096. OLE color: 15257096.

HSL color Cylindrical-coordinate representation of color #08CEE8: hue angle of 186.96º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08CEE8 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 206 232 -
CMYK 0.97 0.11 0 0.09
HSL 186.96º 0.93% 0.47% -
HSV(B) 186.96º 0.97% 0.91% -
XYZ 36.74 50.02 84.06 -
YUV 149.76 174.4 26.89 -
System Red Green Blue C M Y K H S L
Decimal 8 206 232 0.97 0.11 0 0.09 186.96 0.93 0.47
Hex 8 CE E8 61 B 0 9 BB 5D 2F
Octal 10 316 350 141 13 0 11 273 135 57
Binary 1000 11001110 11101000 1100001 1011 0 1001 10111011 1011101 101111

Color Harmonies of #08CEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CEE8

Black with #08CEE8

Text Example


Text Example

White with #08CEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08CEE8; }

 p { color: rgb(8,206,232); }

 H1.HeaderClassName
 {
   color: #08CEE8;
 }
 .AnyTagClassName
 {
   color: #08CEE8;
 }
</style>

background-color css

<style>
 a { background-color: #08CEE8; }

 a { background-color: rgb(8,206,232); }

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

border-color css

<style>
 span { border-color: #08CEE8; }

 span { border-color: rgb(8,206,232); }

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