Shades of Dark Turquoise #00D5CF
Tints of Dark Turquoise #00D5CF
RGB
CMYK
RGB Variations
Color information
#00D5CF (or 0x00D5CF) is known color: Dark Turquoise. HEX triplet: 00, D5 and CF. RGB value is (0,213,207). Sum of RGB (Red+Green+Blue) = 0+213+207=420 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #00D5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D5CF is #FF2A30. Grayscale: #949494. Windows color (decimal): -16722481 or 13620480. OLE color: 13620480.
HSL color Cylindrical-coordinate representation of color #00D5CF: hue angle of 178.31º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D5CF is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 207 | - |
| CMYK | 1 | 0 | 0.03 | 0.16 |
| HSL | 178.31º | 1% | 0.42% | - |
| HSV(B) | 178.31º | 1% | 0.84% | - |
| XYZ | 35.06 | 52.09 | 67.24 | - |
| YUV | 148.63 | 160.93 | 21.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 207 | 1 | 0 | 0.03 | 0.16 | 178.31 | 1 | 0.42 |
| Hex | 0 | D5 | CF | 64 | 0 | 3 | 10 | B2 | 64 | 2A |
| Octal | 0 | 325 | 317 | 144 | 0 | 3 | 20 | 262 | 144 | 52 |
| Binary | 0 | 11010101 | 11001111 | 1100100 | 0 | 11 | 10000 | 10110010 | 1100100 | 101010 |
Color Harmonies of #00D5CF
Complementary color
Monochromatic Colors of #00D5CF
Black with #00D5CF
Text Example
Text Example
White with #00D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D5CF; }
p { color: rgb(0,213,207); }
H1.HeaderClassName
{
color: #00D5CF;
}
.AnyTagClassName
{
color: #00D5CF;
}
</style>
background-color css
<style>
a { background-color: #00D5CF; }
a { background-color: rgb(0,213,207); }
div.DivClassName
{
background-color: #00D5CF;
}
.BgClassName
{
background-color: #00D5CF;
}
</style>
border-color css
<style>
span { border-color: #00D5CF; }
span { border-color: rgb(0,213,207); }
td.TdClassName
{
border-color: #00D5CF;
}
.TagClassName
{
border-color: #00D5CF;
}
</style>