Shades of Bright Turquoise #05E2EC
Tints of Bright Turquoise #05E2EC
RGB
CMYK
RGB Variations
Color information
#05E2EC (or 0x05E2EC) is known color: Bright Turquoise. HEX triplet: 05, E2 and EC. RGB value is (5,226,236). Sum of RGB (Red+Green+Blue) = 5+226+236=467 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #05E2EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E2EC is #FA1D13. Grayscale: #A0A0A0. Windows color (decimal): -16391444 or 15524357. OLE color: 15524357.
HSL color Cylindrical-coordinate representation of color #05E2EC: hue angle of 182.6º 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 #05E2EC is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 226 | 236 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.07 |
| HSL | 182.6º | 0.96% | 0.47% | - |
| HSV(B) | 182.6º | 0.98% | 0.93% | - |
| XYZ | 42.4 | 60.48 | 88.8 | - |
| YUV | 161.06 | 170.28 | 16.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 226 | 236 | 0.98 | 0.04 | 0 | 0.07 | 182.6 | 0.96 | 0.47 |
| Hex | 5 | E2 | EC | 62 | 4 | 0 | 7 | B7 | 60 | 2F |
| Octal | 5 | 342 | 354 | 142 | 4 | 0 | 7 | 267 | 140 | 57 |
| Binary | 101 | 11100010 | 11101100 | 1100010 | 100 | 0 | 111 | 10110111 | 1100000 | 101111 |
Color Harmonies of #05E2EC
Complementary color
Monochromatic Colors of #05E2EC
Black with #05E2EC
Text Example
Text Example
White with #05E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E2EC; }
p { color: rgb(5,226,236); }
H1.HeaderClassName
{
color: #05E2EC;
}
.AnyTagClassName
{
color: #05E2EC;
}
</style>
background-color css
<style>
a { background-color: #05E2EC; }
a { background-color: rgb(5,226,236); }
div.DivClassName
{
background-color: #05E2EC;
}
.BgClassName
{
background-color: #05E2EC;
}
</style>
border-color css
<style>
span { border-color: #05E2EC; }
span { border-color: rgb(5,226,236); }
td.TdClassName
{
border-color: #05E2EC;
}
.TagClassName
{
border-color: #05E2EC;
}
</style>