Html Css Color HEX #00DCD6 Dark Turquoise

📋 copy color: '#00DCD6'

red 0 ◦ green 220 ◦ blue 214

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

Shades of Dark Turquoise #00DCD6

Tints of Dark Turquoise #00DCD6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.69%

 BLUE value IS 214 (83.98% from 255) = 49.31%

R = 0%
G = 50.69%
B = 49.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#00DCD6 (or 0x00DCD6) is known color: Dark Turquoise. HEX triplet: 00, DC and D6. RGB value is (0,220,214). Sum of RGB (Red+Green+Blue) = 0+220+214=434 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCD6 is #FF2329. Grayscale: #999999. Windows color (decimal): -16720682 or 14081024. OLE color: 14081024.

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

Color convert

RGB 0 220 214 -
CMYK 1 0 0.03 0.14
HSL 178.36º 1% 0.43% -
HSV(B) 178.36º 1% 0.86% -
XYZ 37.73 56.04 72.45 -
YUV 153.54 162.11 18.49 -
System Red Green Blue C M Y K H S L
Decimal 0 220 214 1 0 0.03 0.14 178.36 1 0.43
Hex 0 DC D6 64 0 3 E B2 64 2B
Octal 0 334 326 144 0 3 16 262 144 53
Binary 0 11011100 11010110 1100100 0 11 1110 10110010 1100100 101011

Color Harmonies of #00DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DCD6

Black with #00DCD6

Text Example


Text Example

White with #00DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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