Shades of Dark Turquoise #05CBE7
Tints of Dark Turquoise #05CBE7
RGB
CMYK
RGB Variations
Color information
#05CBE7 (or 0x05CBE7) is known color: Dark Turquoise. HEX triplet: 05, CB and E7. RGB value is (5,203,231). Sum of RGB (Red+Green+Blue) = 5+203+231=439 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 231 (90.62% from 255 or 52.62% from 439); Max value from RGB is 231 - color contains mainly: blue. Hex color #05CBE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CBE7 is #FA3418. Grayscale: #929292. Windows color (decimal): -16397337 or 15190789. OLE color: 15190789.
HSL color Cylindrical-coordinate representation of color #05CBE7: hue angle of 187.43º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CBE7 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 203 | 231 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.09 |
| HSL | 187.43º | 0.96% | 0.46% | - |
| HSV(B) | 187.43º | 0.98% | 0.91% | - |
| XYZ | 35.84 | 48.51 | 83.08 | - |
| YUV | 146.99 | 175.4 | 26.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 231 | 0.98 | 0.12 | 0 | 0.09 | 187.43 | 0.96 | 0.46 |
| Hex | 5 | CB | E7 | 62 | C | 0 | 9 | BB | 60 | 2E |
| Octal | 5 | 313 | 347 | 142 | 14 | 0 | 11 | 273 | 140 | 56 |
| Binary | 101 | 11001011 | 11100111 | 1100010 | 1100 | 0 | 1001 | 10111011 | 1100000 | 101110 |
Color Harmonies of #05CBE7
Complementary color
Monochromatic Colors of #05CBE7
Black with #05CBE7
Text Example
Text Example
White with #05CBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CBE7; }
p { color: rgb(5,203,231); }
H1.HeaderClassName
{
color: #05CBE7;
}
.AnyTagClassName
{
color: #05CBE7;
}
</style>
background-color css
<style>
a { background-color: #05CBE7; }
a { background-color: rgb(5,203,231); }
div.DivClassName
{
background-color: #05CBE7;
}
.BgClassName
{
background-color: #05CBE7;
}
</style>
border-color css
<style>
span { border-color: #05CBE7; }
span { border-color: rgb(5,203,231); }
td.TdClassName
{
border-color: #05CBE7;
}
.TagClassName
{
border-color: #05CBE7;
}
</style>