Html Css Color HEX #00CECF Dark Turquoise

📋 copy color: '#00CECF'

red 0 ◦ green 206 ◦ blue 207

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

Shades of Dark Turquoise #00CECF

Tints of Dark Turquoise #00CECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 0%
G = 49.88%
B = 50.12%

CMYK

 C value IS 1

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#00CECF (or 0x00CECF) is known color: Dark Turquoise. HEX triplet: 00, CE and CF. RGB value is (0,206,207). Sum of RGB (Red+Green+Blue) = 0+206+207=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #00CECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CECF is #FF3130. Grayscale: #909090. Windows color (decimal): -16724273 or 13618688. OLE color: 13618688.

HSL color Cylindrical-coordinate representation of color #00CECF: hue angle of 180.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CECF is Cyan = 1, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 206 207 -
CMYK 1 0.00 0 0.19
HSL 180.29º 1% 0.41% -
HSV(B) 180.29º 1% 0.81% -
XYZ 33.33 48.65 66.66 -
YUV 144.52 163.25 24.92 -
System Red Green Blue C M Y K H S L
Decimal 0 206 207 1 0.00 0 0.19 180.29 1 0.41
Hex 0 CE CF 64 0 0 13 B4 64 29
Octal 0 316 317 144 0 0 23 264 144 51
Binary 0 11001110 11001111 1100100 0 0 10011 10110100 1100100 101001

Color Harmonies of #00CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CECF

Black with #00CECF

Text Example


Text Example

White with #00CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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