Shades of Dark Turquoise #00DCCB
Tints of Dark Turquoise #00DCCB
RGB
CMYK
RGB Variations
Color information
#00DCCB (or 0x00DCCB) is known color: Dark Turquoise. HEX triplet: 00, DC and CB. RGB value is (0,220,203). Sum of RGB (Red+Green+Blue) = 0+220+203=423 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCCB is #FF2334. Grayscale: #989898. Windows color (decimal): -16720693 or 13360128. OLE color: 13360128.
HSL color Cylindrical-coordinate representation of color #00DCCB: hue angle of 175.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 #00DCCB is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 203 | - |
| CMYK | 1 | 0 | 0.08 | 0.14 |
| HSL | 175.36º | 1% | 0.43% | - |
| HSV(B) | 175.36º | 1% | 0.86% | - |
| XYZ | 36.37 | 55.5 | 65.3 | - |
| YUV | 152.28 | 156.61 | 19.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 203 | 1 | 0 | 0.08 | 0.14 | 175.36 | 1 | 0.43 |
| Hex | 0 | DC | CB | 64 | 0 | 8 | E | AF | 64 | 2B |
| Octal | 0 | 334 | 313 | 144 | 0 | 10 | 16 | 257 | 144 | 53 |
| Binary | 0 | 11011100 | 11001011 | 1100100 | 0 | 1000 | 1110 | 10101111 | 1100100 | 101011 |
Color Harmonies of #00DCCB
Complementary color
Monochromatic Colors of #00DCCB
Black with #00DCCB
Text Example
Text Example
White with #00DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCCB; }
p { color: rgb(0,220,203); }
H1.HeaderClassName
{
color: #00DCCB;
}
.AnyTagClassName
{
color: #00DCCB;
}
</style>
background-color css
<style>
a { background-color: #00DCCB; }
a { background-color: rgb(0,220,203); }
div.DivClassName
{
background-color: #00DCCB;
}
.BgClassName
{
background-color: #00DCCB;
}
</style>
border-color css
<style>
span { border-color: #00DCCB; }
span { border-color: rgb(0,220,203); }
td.TdClassName
{
border-color: #00DCCB;
}
.TagClassName
{
border-color: #00DCCB;
}
</style>