Shades of Dark Turquoise #05CBDF
Tints of Dark Turquoise #05CBDF
RGB
CMYK
RGB Variations
Color information
#05CBDF (or 0x05CBDF) is known color: Dark Turquoise. HEX triplet: 05, CB and DF. RGB value is (5,203,223). Sum of RGB (Red+Green+Blue) = 5+203+223=431 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #05CBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CBDF is #FA3420. Grayscale: #919191. Windows color (decimal): -16397345 or 14666501. OLE color: 14666501.
HSL color Cylindrical-coordinate representation of color #05CBDF: hue angle of 185.5º 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 #05CBDF is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 203 | 223 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.13 |
| HSL | 185.5º | 0.96% | 0.45% | - |
| HSV(B) | 185.5º | 0.98% | 0.87% | - |
| XYZ | 34.74 | 48.07 | 77.26 | - |
| YUV | 146.08 | 171.4 | 27.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 223 | 0.98 | 0.09 | 0 | 0.13 | 185.5 | 0.96 | 0.45 |
| Hex | 5 | CB | DF | 62 | 9 | 0 | D | BA | 60 | 2D |
| Octal | 5 | 313 | 337 | 142 | 11 | 0 | 15 | 272 | 140 | 55 |
| Binary | 101 | 11001011 | 11011111 | 1100010 | 1001 | 0 | 1101 | 10111010 | 1100000 | 101101 |
Color Harmonies of #05CBDF
Complementary color
Monochromatic Colors of #05CBDF
Black with #05CBDF
Text Example
Text Example
White with #05CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CBDF; }
p { color: rgb(5,203,223); }
H1.HeaderClassName
{
color: #05CBDF;
}
.AnyTagClassName
{
color: #05CBDF;
}
</style>
background-color css
<style>
a { background-color: #05CBDF; }
a { background-color: rgb(5,203,223); }
div.DivClassName
{
background-color: #05CBDF;
}
.BgClassName
{
background-color: #05CBDF;
}
</style>
border-color css
<style>
span { border-color: #05CBDF; }
span { border-color: rgb(5,203,223); }
td.TdClassName
{
border-color: #05CBDF;
}
.TagClassName
{
border-color: #05CBDF;
}
</style>