Shades of Bright Turquoise #05E7EC
Tints of Bright Turquoise #05E7EC
RGB
CMYK
RGB Variations
Color information
#05E7EC (or 0x05E7EC) is known color: Bright Turquoise. HEX triplet: 05, E7 and EC. RGB value is (5,231,236). Sum of RGB (Red+Green+Blue) = 5+231+236=472 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #05E7EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05E7EC is #FA1813. Grayscale: #A3A3A3. Windows color (decimal): -16390164 or 15525637. OLE color: 15525637.
HSL color Cylindrical-coordinate representation of color #05E7EC: hue angle of 181.3º 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 #05E7EC is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 231 | 236 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.07 |
| HSL | 181.3º | 0.96% | 0.47% | - |
| HSV(B) | 181.3º | 0.98% | 0.93% | - |
| XYZ | 43.78 | 63.24 | 89.26 | - |
| YUV | 164 | 168.63 | 14.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 231 | 236 | 0.98 | 0.02 | 0 | 0.07 | 181.3 | 0.96 | 0.47 |
| Hex | 5 | E7 | EC | 62 | 2 | 0 | 7 | B5 | 60 | 2F |
| Octal | 5 | 347 | 354 | 142 | 2 | 0 | 7 | 265 | 140 | 57 |
| Binary | 101 | 11100111 | 11101100 | 1100010 | 10 | 0 | 111 | 10110101 | 1100000 | 101111 |
Color Harmonies of #05E7EC
Complementary color
Monochromatic Colors of #05E7EC
Black with #05E7EC
Text Example
Text Example
White with #05E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E7EC; }
p { color: rgb(5,231,236); }
H1.HeaderClassName
{
color: #05E7EC;
}
.AnyTagClassName
{
color: #05E7EC;
}
</style>
background-color css
<style>
a { background-color: #05E7EC; }
a { background-color: rgb(5,231,236); }
div.DivClassName
{
background-color: #05E7EC;
}
.BgClassName
{
background-color: #05E7EC;
}
</style>
border-color css
<style>
span { border-color: #05E7EC; }
span { border-color: rgb(5,231,236); }
td.TdClassName
{
border-color: #05E7EC;
}
.TagClassName
{
border-color: #05E7EC;
}
</style>