Shades of Dark Turquoise #05D8CF
Tints of Dark Turquoise #05D8CF
RGB
CMYK
RGB Variations
Color information
#05D8CF (or 0x05D8CF) is known color: Dark Turquoise. HEX triplet: 05, D8 and CF. RGB value is (5,216,207). Sum of RGB (Red+Green+Blue) = 5+216+207=428 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #05D8CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05D8CF is #FA2730. Grayscale: #979797. Windows color (decimal): -16394033 or 13621253. OLE color: 13621253.
HSL color Cylindrical-coordinate representation of color #05D8CF: hue angle of 177.44º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D8CF is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 216 | 207 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.15 |
| HSL | 177.44º | 0.95% | 0.43% | - |
| HSV(B) | 177.44º | 0.98% | 0.85% | - |
| XYZ | 35.88 | 53.65 | 67.5 | - |
| YUV | 151.89 | 159.1 | 23.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 216 | 207 | 0.98 | 0 | 0.04 | 0.15 | 177.44 | 0.95 | 0.43 |
| Hex | 5 | D8 | CF | 62 | 0 | 4 | F | B1 | 5F | 2B |
| Octal | 5 | 330 | 317 | 142 | 0 | 4 | 17 | 261 | 137 | 53 |
| Binary | 101 | 11011000 | 11001111 | 1100010 | 0 | 100 | 1111 | 10110001 | 1011111 | 101011 |
Color Harmonies of #05D8CF
Complementary color
Monochromatic Colors of #05D8CF
Black with #05D8CF
Text Example
Text Example
White with #05D8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D8CF; }
p { color: rgb(5,216,207); }
H1.HeaderClassName
{
color: #05D8CF;
}
.AnyTagClassName
{
color: #05D8CF;
}
</style>
background-color css
<style>
a { background-color: #05D8CF; }
a { background-color: rgb(5,216,207); }
div.DivClassName
{
background-color: #05D8CF;
}
.BgClassName
{
background-color: #05D8CF;
}
</style>
border-color css
<style>
span { border-color: #05D8CF; }
span { border-color: rgb(5,216,207); }
td.TdClassName
{
border-color: #05D8CF;
}
.TagClassName
{
border-color: #05D8CF;
}
</style>