Shades of Bright Turquoise #05E9C9
Tints of Bright Turquoise #05E9C9
RGB
CMYK
RGB Variations
Color information
#05E9C9 (or 0x05E9C9) is known color: Bright Turquoise. HEX triplet: 05, E9 and C9. RGB value is (5,233,201). Sum of RGB (Red+Green+Blue) = 5+233+201=439 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 439); Green value is 233 (91.41% from 255 or 53.08% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 233 - color contains mainly: green. Hex color #05E9C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05E9C9 is #FA1636. Grayscale: #A1A1A1. Windows color (decimal): -16389687 or 13232389. OLE color: 13232389.
HSL color Cylindrical-coordinate representation of color #05E9C9: hue angle of 171.58º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E9C9 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 233 | 201 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.09 |
| HSL | 171.58º | 0.96% | 0.47% | - |
| HSV(B) | 171.58º | 0.98% | 0.91% | - |
| XYZ | 39.74 | 62.53 | 65.23 | - |
| YUV | 161.18 | 150.46 | 16.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 233 | 201 | 0.98 | 0 | 0.14 | 0.09 | 171.58 | 0.96 | 0.47 |
| Hex | 5 | E9 | C9 | 62 | 0 | E | 9 | AC | 60 | 2F |
| Octal | 5 | 351 | 311 | 142 | 0 | 16 | 11 | 254 | 140 | 57 |
| Binary | 101 | 11101001 | 11001001 | 1100010 | 0 | 1110 | 1001 | 10101100 | 1100000 | 101111 |
Color Harmonies of #05E9C9
Complementary color
Monochromatic Colors of #05E9C9
Black with #05E9C9
Text Example
Text Example
White with #05E9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E9C9; }
p { color: rgb(5,233,201); }
H1.HeaderClassName
{
color: #05E9C9;
}
.AnyTagClassName
{
color: #05E9C9;
}
</style>
background-color css
<style>
a { background-color: #05E9C9; }
a { background-color: rgb(5,233,201); }
div.DivClassName
{
background-color: #05E9C9;
}
.BgClassName
{
background-color: #05E9C9;
}
</style>
border-color css
<style>
span { border-color: #05E9C9; }
span { border-color: rgb(5,233,201); }
td.TdClassName
{
border-color: #05E9C9;
}
.TagClassName
{
border-color: #05E9C9;
}
</style>