Shades of Dark Turquoise #05CFEA
Tints of Dark Turquoise #05CFEA
RGB
CMYK
RGB Variations
Color information
#05CFEA (or 0x05CFEA) is known color: Dark Turquoise. HEX triplet: 05, CF and EA. RGB value is (5,207,234). Sum of RGB (Red+Green+Blue) = 5+207+234=446 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #05CFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CFEA is #FA3015. Grayscale: #959595. Windows color (decimal): -16396310 or 15388421. OLE color: 15388421.
HSL color Cylindrical-coordinate representation of color #05CFEA: hue angle of 187.07º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFEA is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 207 | 234 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.08 |
| HSL | 187.07º | 0.96% | 0.47% | - |
| HSV(B) | 187.07º | 0.98% | 0.92% | - |
| XYZ | 37.23 | 50.6 | 85.65 | - |
| YUV | 149.68 | 175.58 | 24.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 234 | 0.98 | 0.12 | 0 | 0.08 | 187.07 | 0.96 | 0.47 |
| Hex | 5 | CF | EA | 62 | C | 0 | 8 | BB | 60 | 2F |
| Octal | 5 | 317 | 352 | 142 | 14 | 0 | 10 | 273 | 140 | 57 |
| Binary | 101 | 11001111 | 11101010 | 1100010 | 1100 | 0 | 1000 | 10111011 | 1100000 | 101111 |
Color Harmonies of #05CFEA
Complementary color
Monochromatic Colors of #05CFEA
Black with #05CFEA
Text Example
Text Example
White with #05CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFEA; }
p { color: rgb(5,207,234); }
H1.HeaderClassName
{
color: #05CFEA;
}
.AnyTagClassName
{
color: #05CFEA;
}
</style>
background-color css
<style>
a { background-color: #05CFEA; }
a { background-color: rgb(5,207,234); }
div.DivClassName
{
background-color: #05CFEA;
}
.BgClassName
{
background-color: #05CFEA;
}
</style>
border-color css
<style>
span { border-color: #05CFEA; }
span { border-color: rgb(5,207,234); }
td.TdClassName
{
border-color: #05CFEA;
}
.TagClassName
{
border-color: #05CFEA;
}
</style>