Shades of Bright Turquoise #05E0EC
Tints of Bright Turquoise #05E0EC
RGB
CMYK
RGB Variations
Color information
#05E0EC (or 0x05E0EC) is known color: Bright Turquoise. HEX triplet: 05, E0 and EC. RGB value is (5,224,236). Sum of RGB (Red+Green+Blue) = 5+224+236=465 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #05E0EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E0EC is #FA1F13. Grayscale: #9F9F9F. Windows color (decimal): -16391956 or 15523845. OLE color: 15523845.
HSL color Cylindrical-coordinate representation of color #05E0EC: hue angle of 183.12º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E0EC is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 224 | 236 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.07 |
| HSL | 183.12º | 0.96% | 0.47% | - |
| HSV(B) | 183.12º | 0.98% | 0.93% | - |
| XYZ | 41.86 | 59.4 | 88.62 | - |
| YUV | 159.89 | 170.95 | 17.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 236 | 0.98 | 0.05 | 0 | 0.07 | 183.12 | 0.96 | 0.47 |
| Hex | 5 | E0 | EC | 62 | 5 | 0 | 7 | B7 | 60 | 2F |
| Octal | 5 | 340 | 354 | 142 | 5 | 0 | 7 | 267 | 140 | 57 |
| Binary | 101 | 11100000 | 11101100 | 1100010 | 101 | 0 | 111 | 10110111 | 1100000 | 101111 |
Color Harmonies of #05E0EC
Complementary color
Monochromatic Colors of #05E0EC
Black with #05E0EC
Text Example
Text Example
White with #05E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E0EC; }
p { color: rgb(5,224,236); }
H1.HeaderClassName
{
color: #05E0EC;
}
.AnyTagClassName
{
color: #05E0EC;
}
</style>
background-color css
<style>
a { background-color: #05E0EC; }
a { background-color: rgb(5,224,236); }
div.DivClassName
{
background-color: #05E0EC;
}
.BgClassName
{
background-color: #05E0EC;
}
</style>
border-color css
<style>
span { border-color: #05E0EC; }
span { border-color: rgb(5,224,236); }
td.TdClassName
{
border-color: #05E0EC;
}
.TagClassName
{
border-color: #05E0EC;
}
</style>