Shades of Bright Turquoise #05E4C7
Tints of Bright Turquoise #05E4C7
RGB
CMYK
RGB Variations
Color information
#05E4C7 (or 0x05E4C7) is known color: Bright Turquoise. HEX triplet: 05, E4 and C7. RGB value is (5,228,199). Sum of RGB (Red+Green+Blue) = 5+228+199=432 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 432); Green value is 228 (89.45% from 255 or 52.78% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 228 - color contains mainly: green. Hex color #05E4C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E4C7 is #FA1B38. Grayscale: #9D9D9D. Windows color (decimal): -16390969 or 13100037. OLE color: 13100037.
HSL color Cylindrical-coordinate representation of color #05E4C7: hue angle of 172.2º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E4C7 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 228 | 199 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.11 |
| HSL | 172.2º | 0.96% | 0.46% | - |
| HSV(B) | 172.2º | 0.98% | 0.89% | - |
| XYZ | 38.11 | 59.64 | 63.54 | - |
| YUV | 158.02 | 151.12 | 18.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 228 | 199 | 0.98 | 0 | 0.13 | 0.11 | 172.2 | 0.96 | 0.46 |
| Hex | 5 | E4 | C7 | 62 | 0 | D | B | AC | 60 | 2E |
| Octal | 5 | 344 | 307 | 142 | 0 | 15 | 13 | 254 | 140 | 56 |
| Binary | 101 | 11100100 | 11000111 | 1100010 | 0 | 1101 | 1011 | 10101100 | 1100000 | 101110 |
Color Harmonies of #05E4C7
Complementary color
Monochromatic Colors of #05E4C7
Black with #05E4C7
Text Example
Text Example
White with #05E4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E4C7; }
p { color: rgb(5,228,199); }
H1.HeaderClassName
{
color: #05E4C7;
}
.AnyTagClassName
{
color: #05E4C7;
}
</style>
background-color css
<style>
a { background-color: #05E4C7; }
a { background-color: rgb(5,228,199); }
div.DivClassName
{
background-color: #05E4C7;
}
.BgClassName
{
background-color: #05E4C7;
}
</style>
border-color css
<style>
span { border-color: #05E4C7; }
span { border-color: rgb(5,228,199); }
td.TdClassName
{
border-color: #05E4C7;
}
.TagClassName
{
border-color: #05E4C7;
}
</style>