Html Css Color HEX #00CEE0 Dark Turquoise

📋 copy color: '#00CEE0'

red 0 ◦ green 206 ◦ blue 224

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

Shades of Dark Turquoise #00CEE0

Tints of Dark Turquoise #00CEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 0%
G = 47.91%
B = 52.09%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#00CEE0 (or 0x00CEE0) is known color: Dark Turquoise. HEX triplet: 00, CE and E0. RGB value is (0,206,224). Sum of RGB (Red+Green+Blue) = 0+206+224=430 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #00CEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CEE0 is #FF311F. Grayscale: #929292. Windows color (decimal): -16724256 or 14732800. OLE color: 14732800.

HSL color Cylindrical-coordinate representation of color #00CEE0: hue angle of 184.82º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEE0 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 0 206 224 -
CMYK 1 0.08 0 0.12
HSL 184.82º 1% 0.44% -
HSV(B) 184.82º 1% 0.88% -
XYZ 35.53 49.52 78.21 -
YUV 146.46 171.75 23.54 -
System Red Green Blue C M Y K H S L
Decimal 0 206 224 1 0.08 0 0.12 184.82 1 0.44
Hex 0 CE E0 64 8 0 C B9 64 2C
Octal 0 316 340 144 10 0 14 271 144 54
Binary 0 11001110 11100000 1100100 1000 0 1100 10111001 1100100 101100

Color Harmonies of #00CEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CEE0

Black with #00CEE0

Text Example


Text Example

White with #00CEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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