Html Css Color HEX #00CEE8 Dark Turquoise

📋 copy color: '#00CEE8'

red 0 ◦ green 206 ◦ blue 232

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

Shades of Dark Turquoise #00CEE8

Tints of Dark Turquoise #00CEE8

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 47.03%
B = 52.97%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#00CEE8 (or 0x00CEE8) is known color: Dark Turquoise. HEX triplet: 00, CE and E8. RGB value is (0,206,232). Sum of RGB (Red+Green+Blue) = 0+206+232=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 232 (91.02% from 255 or 52.97% from 438); Max value from RGB is 232 - color contains mainly: blue. Hex color #00CEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CEE8 is #FF3117. Grayscale: #939393. Windows color (decimal): -16724248 or 15257088. OLE color: 15257088.

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

Color convert

RGB 0 206 232 -
CMYK 1 0.11 0 0.09
HSL 186.72º 1% 0.45% -
HSV(B) 186.72º 1% 0.91% -
XYZ 36.64 49.97 84.06 -
YUV 147.37 175.75 22.89 -
System Red Green Blue C M Y K H S L
Decimal 0 206 232 1 0.11 0 0.09 186.72 1 0.45
Hex 0 CE E8 64 B 0 9 BB 64 2D
Octal 0 316 350 144 13 0 11 273 144 55
Binary 0 11001110 11101000 1100100 1011 0 1001 10111011 1100100 101101

Color Harmonies of #00CEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CEE8

Black with #00CEE8

Text Example


Text Example

White with #00CEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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