Html Css Color HEX #00DECF Dark Turquoise

📋 copy color: '#00DECF'

red 0 ◦ green 222 ◦ blue 207

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

Shades of Dark Turquoise #00DECF

Tints of Dark Turquoise #00DECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.75%

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

R = 0%
G = 51.75%
B = 48.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#00DECF (or 0x00DECF) is known color: Dark Turquoise. HEX triplet: 00, DE and CF. RGB value is (0,222,207). Sum of RGB (Red+Green+Blue) = 0+222+207=429 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 429); Green value is 222 (87.11% from 255 or 51.75% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 222 - color contains mainly: green. Hex color #00DECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DECF is #FF2130. Grayscale: #999999. Windows color (decimal): -16720177 or 13622784. OLE color: 13622784.

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

Color convert

RGB 0 222 207 -
CMYK 1 0 0.07 0.13
HSL 175.95º 1% 0.44% -
HSV(B) 175.95º 1% 0.87% -
XYZ 37.38 56.75 68.01 -
YUV 153.91 157.95 18.22 -
System Red Green Blue C M Y K H S L
Decimal 0 222 207 1 0 0.07 0.13 175.95 1 0.44
Hex 0 DE CF 64 0 7 D B0 64 2C
Octal 0 336 317 144 0 7 15 260 144 54
Binary 0 11011110 11001111 1100100 0 111 1101 10110000 1100100 101100

Color Harmonies of #00DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DECF

Black with #00DECF

Text Example


Text Example

White with #00DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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