Shades of Bright Turquoise #05E5E9
Tints of Bright Turquoise #05E5E9
RGB
CMYK
RGB Variations
Color information
#05E5E9 (or 0x05E5E9) is known color: Bright Turquoise. HEX triplet: 05, E5 and E9. RGB value is (5,229,233). Sum of RGB (Red+Green+Blue) = 5+229+233=467 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #05E5E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E5E9 is #FA1A16. Grayscale: #A2A2A2. Windows color (decimal): -16390679 or 15328517. OLE color: 15328517.
HSL color Cylindrical-coordinate representation of color #05E5E9: hue angle of 181.05º 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 #05E5E9 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 229 | 233 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.09 |
| HSL | 181.05º | 0.96% | 0.47% | - |
| HSV(B) | 181.05º | 0.98% | 0.91% | - |
| XYZ | 42.79 | 61.95 | 86.79 | - |
| YUV | 162.48 | 167.79 | 15.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 229 | 233 | 0.98 | 0.02 | 0 | 0.09 | 181.05 | 0.96 | 0.47 |
| Hex | 5 | E5 | E9 | 62 | 2 | 0 | 9 | B5 | 60 | 2F |
| Octal | 5 | 345 | 351 | 142 | 2 | 0 | 11 | 265 | 140 | 57 |
| Binary | 101 | 11100101 | 11101001 | 1100010 | 10 | 0 | 1001 | 10110101 | 1100000 | 101111 |
Color Harmonies of #05E5E9
Complementary color
Monochromatic Colors of #05E5E9
Black with #05E5E9
Text Example
Text Example
White with #05E5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E5E9; }
p { color: rgb(5,229,233); }
H1.HeaderClassName
{
color: #05E5E9;
}
.AnyTagClassName
{
color: #05E5E9;
}
</style>
background-color css
<style>
a { background-color: #05E5E9; }
a { background-color: rgb(5,229,233); }
div.DivClassName
{
background-color: #05E5E9;
}
.BgClassName
{
background-color: #05E5E9;
}
</style>
border-color css
<style>
span { border-color: #05E5E9; }
span { border-color: rgb(5,229,233); }
td.TdClassName
{
border-color: #05E5E9;
}
.TagClassName
{
border-color: #05E5E9;
}
</style>