Shades of Dark Turquoise #05CBE1
Tints of Dark Turquoise #05CBE1
RGB
CMYK
RGB Variations
Color information
#05CBE1 (or 0x05CBE1) is known color: Dark Turquoise. HEX triplet: 05, CB and E1. RGB value is (5,203,225). Sum of RGB (Red+Green+Blue) = 5+203+225=433 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #05CBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CBE1 is #FA341E. Grayscale: #929292. Windows color (decimal): -16397343 or 14797573. OLE color: 14797573.
HSL color Cylindrical-coordinate representation of color #05CBE1: hue angle of 186º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CBE1 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 203 | 225 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.12 |
| HSL | 186º | 0.96% | 0.45% | - |
| HSV(B) | 186º | 0.98% | 0.88% | - |
| XYZ | 35.01 | 48.18 | 78.69 | - |
| YUV | 146.31 | 172.4 | 27.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 225 | 0.98 | 0.10 | 0 | 0.12 | 186 | 0.96 | 0.45 |
| Hex | 5 | CB | E1 | 62 | A | 0 | C | BA | 60 | 2D |
| Octal | 5 | 313 | 341 | 142 | 12 | 0 | 14 | 272 | 140 | 55 |
| Binary | 101 | 11001011 | 11100001 | 1100010 | 1010 | 0 | 1100 | 10111010 | 1100000 | 101101 |
Color Harmonies of #05CBE1
Complementary color
Monochromatic Colors of #05CBE1
Black with #05CBE1
Text Example
Text Example
White with #05CBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CBE1; }
p { color: rgb(5,203,225); }
H1.HeaderClassName
{
color: #05CBE1;
}
.AnyTagClassName
{
color: #05CBE1;
}
</style>
background-color css
<style>
a { background-color: #05CBE1; }
a { background-color: rgb(5,203,225); }
div.DivClassName
{
background-color: #05CBE1;
}
.BgClassName
{
background-color: #05CBE1;
}
</style>
border-color css
<style>
span { border-color: #05CBE1; }
span { border-color: rgb(5,203,225); }
td.TdClassName
{
border-color: #05CBE1;
}
.TagClassName
{
border-color: #05CBE1;
}
</style>