Shades of Turquoise #52F2E0
Tints of Turquoise #52F2E0
RGB
CMYK
RGB Variations
Color information
#52F2E0 (or 0x52F2E0) is known color: Turquoise. HEX triplet: 52, F2 and E0. RGB value is (82,242,224). Sum of RGB (Red+Green+Blue) = 82+242+224=548 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.96% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F2E0 is #AD0D1F. Grayscale: #C0C0C0. Windows color (decimal): -11341088 or 14742098. OLE color: 14742098.
HSL color Cylindrical-coordinate representation of color #52F2E0: hue angle of 173.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F2E0 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 224 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.05 |
| HSL | 173.25º | 0.86% | 0.64% | - |
| HSV(B) | 173.25º | 0.66% | 0.95% | - |
| XYZ | 48.69 | 70.68 | 81.6 | - |
| YUV | 192.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 224 | 0.66 | 0 | 0.07 | 0.05 | 173.25 | 0.86 | 0.64 |
| Hex | 52 | F2 | E0 | 42 | 0 | 7 | 5 | AD | 56 | 40 |
| Octal | 122 | 362 | 340 | 102 | 0 | 7 | 5 | 255 | 126 | 100 |
| Binary | 1010010 | 11110010 | 11100000 | 1000010 | 0 | 111 | 101 | 10101101 | 1010110 | 1000000 |
Color Harmonies of #52F2E0
Complementary color
Monochromatic Colors of #52F2E0
Black with #52F2E0
Text Example
Text Example
White with #52F2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2E0; }
p { color: rgb(82,242,224); }
H1.HeaderClassName
{
color: #52F2E0;
}
.AnyTagClassName
{
color: #52F2E0;
}
</style>
background-color css
<style>
a { background-color: #52F2E0; }
a { background-color: rgb(82,242,224); }
div.DivClassName
{
background-color: #52F2E0;
}
.BgClassName
{
background-color: #52F2E0;
}
</style>
border-color css
<style>
span { border-color: #52F2E0; }
span { border-color: rgb(82,242,224); }
td.TdClassName
{
border-color: #52F2E0;
}
.TagClassName
{
border-color: #52F2E0;
}
</style>