Shades of Bright Turquoise #05E9C5
Tints of Bright Turquoise #05E9C5
RGB
CMYK
RGB Variations
Color information
#05E9C5 (or 0x05E9C5) is known color: Bright Turquoise. HEX triplet: 05, E9 and C5. RGB value is (5,233,197). Sum of RGB (Red+Green+Blue) = 5+233+197=435 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 435); Green value is 233 (91.41% from 255 or 53.56% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 233 - color contains mainly: green. Hex color #05E9C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05E9C5 is #FA163A. Grayscale: #A0A0A0. Windows color (decimal): -16389691 or 12970245. OLE color: 12970245.
HSL color Cylindrical-coordinate representation of color #05E9C5: hue angle of 170.53º 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 #05E9C5 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 233 | 197 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.09 |
| HSL | 170.53º | 0.96% | 0.47% | - |
| HSV(B) | 170.53º | 0.98% | 0.91% | - |
| XYZ | 39.28 | 62.34 | 62.79 | - |
| YUV | 160.72 | 148.46 | 16.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 233 | 197 | 0.98 | 0 | 0.15 | 0.09 | 170.53 | 0.96 | 0.47 |
| Hex | 5 | E9 | C5 | 62 | 0 | F | 9 | AB | 60 | 2F |
| Octal | 5 | 351 | 305 | 142 | 0 | 17 | 11 | 253 | 140 | 57 |
| Binary | 101 | 11101001 | 11000101 | 1100010 | 0 | 1111 | 1001 | 10101011 | 1100000 | 101111 |
Color Harmonies of #05E9C5
Complementary color
Monochromatic Colors of #05E9C5
Black with #05E9C5
Text Example
Text Example
White with #05E9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E9C5; }
p { color: rgb(5,233,197); }
H1.HeaderClassName
{
color: #05E9C5;
}
.AnyTagClassName
{
color: #05E9C5;
}
</style>
background-color css
<style>
a { background-color: #05E9C5; }
a { background-color: rgb(5,233,197); }
div.DivClassName
{
background-color: #05E9C5;
}
.BgClassName
{
background-color: #05E9C5;
}
</style>
border-color css
<style>
span { border-color: #05E9C5; }
span { border-color: rgb(5,233,197); }
td.TdClassName
{
border-color: #05E9C5;
}
.TagClassName
{
border-color: #05E9C5;
}
</style>