Html Css Color HEX #00DECD Dark Turquoise

📋 copy color: '#00DECD'

red 0 ◦ green 222 ◦ blue 205

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

Shades of Dark Turquoise #00DECD

Tints of Dark Turquoise #00DECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 0%
G = 51.99%
B = 48.01%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#00DECD (or 0x00DECD) is known color: Dark Turquoise. HEX triplet: 00, DE and CD. RGB value is (0,222,205). Sum of RGB (Red+Green+Blue) = 0+222+205=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #00DECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DECD is #FF2132. Grayscale: #999999. Windows color (decimal): -16720179 or 13491712. OLE color: 13491712.

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

Color convert

RGB 0 222 205 -
CMYK 1 0 0.08 0.13
HSL 175.41º 1% 0.44% -
HSV(B) 175.41º 1% 0.87% -
XYZ 37.14 56.65 66.73 -
YUV 153.68 156.95 18.38 -
System Red Green Blue C M Y K H S L
Decimal 0 222 205 1 0 0.08 0.13 175.41 1 0.44
Hex 0 DE CD 64 0 8 D AF 64 2C
Octal 0 336 315 144 0 10 15 257 144 54
Binary 0 11011110 11001101 1100100 0 1000 1101 10101111 1100100 101100

Color Harmonies of #00DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DECD

Black with #00DECD

Text Example


Text Example

White with #00DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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