Html Css Color HEX #00D6DD Dark Turquoise

📋 copy color: '#00D6DD'

red 0 ◦ green 214 ◦ blue 221

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

Shades of Dark Turquoise #00D6DD

Tints of Dark Turquoise #00D6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.2%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 0%
G = 49.2%
B = 50.8%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00D6DD (or 0x00D6DD) is known color: Dark Turquoise. HEX triplet: 00, D6 and DD. RGB value is (0,214,221). Sum of RGB (Red+Green+Blue) = 0+214+221=435 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #00D6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D6DD is #FF2922. Grayscale: #969696. Windows color (decimal): -16722211 or 14538240. OLE color: 14538240.

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

Color convert

RGB 0 214 221 -
CMYK 1 0.03 0 0.13
HSL 181.9º 1% 0.43% -
HSV(B) 181.9º 1% 0.87% -
XYZ 37.1 53.31 76.74 -
YUV 150.81 167.6 20.43 -
System Red Green Blue C M Y K H S L
Decimal 0 214 221 1 0.03 0 0.13 181.9 1 0.43
Hex 0 D6 DD 64 3 0 D B6 64 2B
Octal 0 326 335 144 3 0 15 266 144 53
Binary 0 11010110 11011101 1100100 11 0 1101 10110110 1100100 101011

Color Harmonies of #00D6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D6DD

Black with #00D6DD

Text Example


Text Example

White with #00D6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,214,221); }

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

background-color css

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

 a { background-color: rgb(0,214,221); }

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

border-color css

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

 span { border-color: rgb(0,214,221); }

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