Shades of Dark Turquoise #00DACB
Tints of Dark Turquoise #00DACB
RGB
CMYK
RGB Variations
Color information
#00DACB (or 0x00DACB) is known color: Dark Turquoise. HEX triplet: 00, DA and CB. RGB value is (0,218,203). Sum of RGB (Red+Green+Blue) = 0+218+203=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #00DACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DACB is #FF2534. Grayscale: #969696. Windows color (decimal): -16721205 or 13359616. OLE color: 13359616.
HSL color Cylindrical-coordinate representation of color #00DACB: hue angle of 175.87º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DACB is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 203 | - |
| CMYK | 1 | 0 | 0.07 | 0.15 |
| HSL | 175.87º | 1% | 0.43% | - |
| HSV(B) | 175.87º | 1% | 0.85% | - |
| XYZ | 35.85 | 54.45 | 65.12 | - |
| YUV | 151.11 | 157.28 | 20.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 203 | 1 | 0 | 0.07 | 0.15 | 175.87 | 1 | 0.43 |
| Hex | 0 | DA | CB | 64 | 0 | 7 | F | B0 | 64 | 2B |
| Octal | 0 | 332 | 313 | 144 | 0 | 7 | 17 | 260 | 144 | 53 |
| Binary | 0 | 11011010 | 11001011 | 1100100 | 0 | 111 | 1111 | 10110000 | 1100100 | 101011 |
Color Harmonies of #00DACB
Complementary color
Monochromatic Colors of #00DACB
Black with #00DACB
Text Example
Text Example
White with #00DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DACB; }
p { color: rgb(0,218,203); }
H1.HeaderClassName
{
color: #00DACB;
}
.AnyTagClassName
{
color: #00DACB;
}
</style>
background-color css
<style>
a { background-color: #00DACB; }
a { background-color: rgb(0,218,203); }
div.DivClassName
{
background-color: #00DACB;
}
.BgClassName
{
background-color: #00DACB;
}
</style>
border-color css
<style>
span { border-color: #00DACB; }
span { border-color: rgb(0,218,203); }
td.TdClassName
{
border-color: #00DACB;
}
.TagClassName
{
border-color: #00DACB;
}
</style>