Shades of Turquoise Blue #52E7EC
Tints of Turquoise Blue #52E7EC
RGB
CMYK
RGB Variations
Color information
#52E7EC (or 0x52E7EC) is known color: Turquoise Blue. HEX triplet: 52, E7 and EC. RGB value is (82,231,236). Sum of RGB (Red+Green+Blue) = 82+231+236=549 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.94% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #52E7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52E7EC is #AD1813. Grayscale: #BABABA. Windows color (decimal): -11343892 or 15525714. OLE color: 15525714.
HSL color Cylindrical-coordinate representation of color #52E7EC: hue angle of 181.95º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E7EC is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 231 | 236 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.07 |
| HSL | 181.95º | 0.8% | 0.62% | - |
| HSV(B) | 181.95º | 0.65% | 0.93% | - |
| XYZ | 47.2 | 65 | 89.42 | - |
| YUV | 187.02 | 155.64 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 231 | 236 | 0.65 | 0.02 | 0 | 0.07 | 181.95 | 0.8 | 0.62 |
| Hex | 52 | E7 | EC | 41 | 2 | 0 | 7 | B6 | 50 | 3E |
| Octal | 122 | 347 | 354 | 101 | 2 | 0 | 7 | 266 | 120 | 76 |
| Binary | 1010010 | 11100111 | 11101100 | 1000001 | 10 | 0 | 111 | 10110110 | 1010000 | 111110 |
Color Harmonies of #52E7EC
Complementary color
Monochromatic Colors of #52E7EC
Black with #52E7EC
Text Example
Text Example
White with #52E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E7EC; }
p { color: rgb(82,231,236); }
H1.HeaderClassName
{
color: #52E7EC;
}
.AnyTagClassName
{
color: #52E7EC;
}
</style>
background-color css
<style>
a { background-color: #52E7EC; }
a { background-color: rgb(82,231,236); }
div.DivClassName
{
background-color: #52E7EC;
}
.BgClassName
{
background-color: #52E7EC;
}
</style>
border-color css
<style>
span { border-color: #52E7EC; }
span { border-color: rgb(82,231,236); }
td.TdClassName
{
border-color: #52E7EC;
}
.TagClassName
{
border-color: #52E7EC;
}
</style>