Shades of Bright Turquoise #05E3E5
Tints of Bright Turquoise #05E3E5
RGB
CMYK
RGB Variations
Color information
#05E3E5 (or 0x05E3E5) is known color: Bright Turquoise. HEX triplet: 05, E3 and E5. RGB value is (5,227,229). Sum of RGB (Red+Green+Blue) = 5+227+229=461 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #05E3E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05E3E5 is #FA1C1A. Grayscale: #A0A0A0. Windows color (decimal): -16391195 or 15065861. OLE color: 15065861.
HSL color Cylindrical-coordinate representation of color #05E3E5: hue angle of 180.54º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E3E5 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 227 | 229 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.10 |
| HSL | 180.54º | 0.96% | 0.46% | - |
| HSV(B) | 180.54º | 0.98% | 0.9% | - |
| XYZ | 41.67 | 60.63 | 83.63 | - |
| YUV | 160.85 | 166.45 | 16.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 227 | 229 | 0.98 | 0.01 | 0 | 0.10 | 180.54 | 0.96 | 0.46 |
| Hex | 5 | E3 | E5 | 62 | 1 | 0 | A | B5 | 60 | 2E |
| Octal | 5 | 343 | 345 | 142 | 1 | 0 | 12 | 265 | 140 | 56 |
| Binary | 101 | 11100011 | 11100101 | 1100010 | 1 | 0 | 1010 | 10110101 | 1100000 | 101110 |
Color Harmonies of #05E3E5
Complementary color
Monochromatic Colors of #05E3E5
Black with #05E3E5
Text Example
Text Example
White with #05E3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E3E5; }
p { color: rgb(5,227,229); }
H1.HeaderClassName
{
color: #05E3E5;
}
.AnyTagClassName
{
color: #05E3E5;
}
</style>
background-color css
<style>
a { background-color: #05E3E5; }
a { background-color: rgb(5,227,229); }
div.DivClassName
{
background-color: #05E3E5;
}
.BgClassName
{
background-color: #05E3E5;
}
</style>
border-color css
<style>
span { border-color: #05E3E5; }
span { border-color: rgb(5,227,229); }
td.TdClassName
{
border-color: #05E3E5;
}
.TagClassName
{
border-color: #05E3E5;
}
</style>