Html Css Color HEX #00CFCE Dark Turquoise

📋 copy color: '#00CFCE'

red 0 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #00CFCE

Tints of Dark Turquoise #00CFCE

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 0 207 206 -
CMYK 1 0 0.00 0.19
HSL 179.71º 1% 0.41% -
HSV(B) 179.71º 1% 0.81% -
XYZ 33.45 49.08 66.1 -
YUV 144.99 162.42 24.58 -
System Red Green Blue C M Y K H S L
Decimal 0 207 206 1 0 0.00 0.19 179.71 1 0.41
Hex 0 CF CE 64 0 0 13 B4 64 29
Octal 0 317 316 144 0 0 23 264 144 51
Binary 0 11001111 11001110 1100100 0 0 10011 10110100 1100100 101001

Color Harmonies of #00CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CFCE

Black with #00CFCE

Text Example


Text Example

White with #00CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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