Shades of Bright Turquoise #05ECD7
Tints of Bright Turquoise #05ECD7
RGB
CMYK
RGB Variations
Color information
#05ECD7 (or 0x05ECD7) is known color: Bright Turquoise. HEX triplet: 05, EC and D7. RGB value is (5,236,215). Sum of RGB (Red+Green+Blue) = 5+236+215=456 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #05ECD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05ECD7 is #FA1328. Grayscale: #A4A4A4. Windows color (decimal): -16388905 or 14150661. OLE color: 14150661.
HSL color Cylindrical-coordinate representation of color #05ECD7: hue angle of 174.55º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ECD7 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 215 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.07 |
| HSL | 174.55º | 0.96% | 0.47% | - |
| HSV(B) | 174.55º | 0.98% | 0.93% | - |
| XYZ | 42.32 | 64.93 | 74.59 | - |
| YUV | 164.54 | 156.47 | 14.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 215 | 0.98 | 0 | 0.09 | 0.07 | 174.55 | 0.96 | 0.47 |
| Hex | 5 | EC | D7 | 62 | 0 | 9 | 7 | AF | 60 | 2F |
| Octal | 5 | 354 | 327 | 142 | 0 | 11 | 7 | 257 | 140 | 57 |
| Binary | 101 | 11101100 | 11010111 | 1100010 | 0 | 1001 | 111 | 10101111 | 1100000 | 101111 |
Color Harmonies of #05ECD7
Complementary color
Monochromatic Colors of #05ECD7
Black with #05ECD7
Text Example
Text Example
White with #05ECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ECD7; }
p { color: rgb(5,236,215); }
H1.HeaderClassName
{
color: #05ECD7;
}
.AnyTagClassName
{
color: #05ECD7;
}
</style>
background-color css
<style>
a { background-color: #05ECD7; }
a { background-color: rgb(5,236,215); }
div.DivClassName
{
background-color: #05ECD7;
}
.BgClassName
{
background-color: #05ECD7;
}
</style>
border-color css
<style>
span { border-color: #05ECD7; }
span { border-color: rgb(5,236,215); }
td.TdClassName
{
border-color: #05ECD7;
}
.TagClassName
{
border-color: #05ECD7;
}
</style>