Shades of Dark Turquoise #00DACF
Tints of Dark Turquoise #00DACF
RGB
CMYK
RGB Variations
Color information
#00DACF (or 0x00DACF) is known color: Dark Turquoise. HEX triplet: 00, DA and CF. RGB value is (0,218,207). Sum of RGB (Red+Green+Blue) = 0+218+207=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #00DACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DACF is #FF2530. Grayscale: #979797. Windows color (decimal): -16721201 or 13621760. OLE color: 13621760.
HSL color Cylindrical-coordinate representation of color #00DACF: hue angle of 176.97º 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 #00DACF is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 207 | - |
| CMYK | 1 | 0 | 0.05 | 0.15 |
| HSL | 176.97º | 1% | 0.43% | - |
| HSV(B) | 176.97º | 1% | 0.85% | - |
| XYZ | 36.33 | 54.65 | 67.66 | - |
| YUV | 151.56 | 159.28 | 19.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 207 | 1 | 0 | 0.05 | 0.15 | 176.97 | 1 | 0.43 |
| Hex | 0 | DA | CF | 64 | 0 | 5 | F | B1 | 64 | 2B |
| Octal | 0 | 332 | 317 | 144 | 0 | 5 | 17 | 261 | 144 | 53 |
| Binary | 0 | 11011010 | 11001111 | 1100100 | 0 | 101 | 1111 | 10110001 | 1100100 | 101011 |
Color Harmonies of #00DACF
Complementary color
Monochromatic Colors of #00DACF
Black with #00DACF
Text Example
Text Example
White with #00DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DACF; }
p { color: rgb(0,218,207); }
H1.HeaderClassName
{
color: #00DACF;
}
.AnyTagClassName
{
color: #00DACF;
}
</style>
background-color css
<style>
a { background-color: #00DACF; }
a { background-color: rgb(0,218,207); }
div.DivClassName
{
background-color: #00DACF;
}
.BgClassName
{
background-color: #00DACF;
}
</style>
border-color css
<style>
span { border-color: #00DACF; }
span { border-color: rgb(0,218,207); }
td.TdClassName
{
border-color: #00DACF;
}
.TagClassName
{
border-color: #00DACF;
}
</style>