Shades of Dark Turquoise #05C4DF
Tints of Dark Turquoise #05C4DF
RGB
CMYK
RGB Variations
Color information
#05C4DF (or 0x05C4DF) is known color: Dark Turquoise. HEX triplet: 05, C4 and DF. RGB value is (5,196,223). Sum of RGB (Red+Green+Blue) = 5+196+223=424 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #05C4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C4DF is #FA3B20. Grayscale: #8D8D8D. Windows color (decimal): -16399137 or 14664709. OLE color: 14664709.
HSL color Cylindrical-coordinate representation of color #05C4DF: hue angle of 187.43º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C4DF is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 196 | 223 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.13 |
| HSL | 187.43º | 0.96% | 0.45% | - |
| HSV(B) | 187.43º | 0.98% | 0.87% | - |
| XYZ | 33.12 | 44.84 | 76.72 | - |
| YUV | 141.97 | 173.72 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 196 | 223 | 0.98 | 0.12 | 0 | 0.13 | 187.43 | 0.96 | 0.45 |
| Hex | 5 | C4 | DF | 62 | C | 0 | D | BB | 60 | 2D |
| Octal | 5 | 304 | 337 | 142 | 14 | 0 | 15 | 273 | 140 | 55 |
| Binary | 101 | 11000100 | 11011111 | 1100010 | 1100 | 0 | 1101 | 10111011 | 1100000 | 101101 |
Color Harmonies of #05C4DF
Complementary color
Monochromatic Colors of #05C4DF
Black with #05C4DF
Text Example
Text Example
White with #05C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C4DF; }
p { color: rgb(5,196,223); }
H1.HeaderClassName
{
color: #05C4DF;
}
.AnyTagClassName
{
color: #05C4DF;
}
</style>
background-color css
<style>
a { background-color: #05C4DF; }
a { background-color: rgb(5,196,223); }
div.DivClassName
{
background-color: #05C4DF;
}
.BgClassName
{
background-color: #05C4DF;
}
</style>
border-color css
<style>
span { border-color: #05C4DF; }
span { border-color: rgb(5,196,223); }
td.TdClassName
{
border-color: #05C4DF;
}
.TagClassName
{
border-color: #05C4DF;
}
</style>