Html Css Color HEX #00CEE7 Dark Turquoise

📋 copy color: '#00CEE7'

red 0 ◦ green 206 ◦ blue 231

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

Shades of Dark Turquoise #00CEE7

Tints of Dark Turquoise #00CEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.86%

R = 0%
G = 47.14%
B = 52.86%

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

#00CEE7 (or 0x00CEE7) is known color: Dark Turquoise. HEX triplet: 00, CE and E7. RGB value is (0,206,231). Sum of RGB (Red+Green+Blue) = 0+206+231=437 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #00CEE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CEE7 is #FF3118. Grayscale: #929292. Windows color (decimal): -16724249 or 15191552. OLE color: 15191552.

HSL color Cylindrical-coordinate representation of color #00CEE7: hue angle of 186.49º 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 #00CEE7 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 0 206 231 -
CMYK 1 0.11 0 0.09
HSL 186.49º 1% 0.45% -
HSV(B) 186.49º 1% 0.91% -
XYZ 36.5 49.91 83.31 -
YUV 147.26 175.25 22.97 -
System Red Green Blue C M Y K H S L
Decimal 0 206 231 1 0.11 0 0.09 186.49 1 0.45
Hex 0 CE E7 64 B 0 9 BA 64 2D
Octal 0 316 347 144 13 0 11 272 144 55
Binary 0 11001110 11100111 1100100 1011 0 1001 10111010 1100100 101101

Color Harmonies of #00CEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CEE7

Black with #00CEE7

Text Example


Text Example

White with #00CEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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