Shades of Dark Turquoise #05CFE8
Tints of Dark Turquoise #05CFE8
RGB
CMYK
RGB Variations
Color information
#05CFE8 (or 0x05CFE8) is known color: Dark Turquoise. HEX triplet: 05, CF and E8. RGB value is (5,207,232). Sum of RGB (Red+Green+Blue) = 5+207+232=444 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 232 (91.02% from 255 or 52.25% from 444); Max value from RGB is 232 - color contains mainly: blue. Hex color #05CFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CFE8 is #FA3017. Grayscale: #959595. Windows color (decimal): -16396312 or 15257349. OLE color: 15257349.
HSL color Cylindrical-coordinate representation of color #05CFE8: hue angle of 186.61º 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 #05CFE8 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 207 | 232 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.09 |
| HSL | 186.61º | 0.96% | 0.46% | - |
| HSV(B) | 186.61º | 0.98% | 0.91% | - |
| XYZ | 36.94 | 50.48 | 84.14 | - |
| YUV | 149.45 | 174.58 | 24.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 232 | 0.98 | 0.11 | 0 | 0.09 | 186.61 | 0.96 | 0.46 |
| Hex | 5 | CF | E8 | 62 | B | 0 | 9 | BB | 60 | 2E |
| Octal | 5 | 317 | 350 | 142 | 13 | 0 | 11 | 273 | 140 | 56 |
| Binary | 101 | 11001111 | 11101000 | 1100010 | 1011 | 0 | 1001 | 10111011 | 1100000 | 101110 |
Color Harmonies of #05CFE8
Complementary color
Monochromatic Colors of #05CFE8
Black with #05CFE8
Text Example
Text Example
White with #05CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFE8; }
p { color: rgb(5,207,232); }
H1.HeaderClassName
{
color: #05CFE8;
}
.AnyTagClassName
{
color: #05CFE8;
}
</style>
background-color css
<style>
a { background-color: #05CFE8; }
a { background-color: rgb(5,207,232); }
div.DivClassName
{
background-color: #05CFE8;
}
.BgClassName
{
background-color: #05CFE8;
}
</style>
border-color css
<style>
span { border-color: #05CFE8; }
span { border-color: rgb(5,207,232); }
td.TdClassName
{
border-color: #05CFE8;
}
.TagClassName
{
border-color: #05CFE8;
}
</style>