Shades of Turquoise #52E1DF
Tints of Turquoise #52E1DF
RGB
CMYK
RGB Variations
Color information
#52E1DF (or 0x52E1DF) is known color: Turquoise. HEX triplet: 52, E1 and DF. RGB value is (82,225,223). Sum of RGB (Red+Green+Blue) = 82+225+223=530 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.47% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #52E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52E1DF is #AD1E20. Grayscale: #B5B5B5. Windows color (decimal): -11345441 or 14672210. OLE color: 14672210.
HSL color Cylindrical-coordinate representation of color #52E1DF: hue angle of 179.16º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E1DF is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 223 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.12 |
| HSL | 179.16º | 0.7% | 0.6% | - |
| HSV(B) | 179.16º | 0.64% | 0.88% | - |
| XYZ | 43.72 | 60.97 | 79.28 | - |
| YUV | 182.02 | 151.12 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 223 | 0.64 | 0 | 0.01 | 0.12 | 179.16 | 0.7 | 0.6 |
| Hex | 52 | E1 | DF | 40 | 0 | 1 | C | B3 | 46 | 3C |
| Octal | 122 | 341 | 337 | 100 | 0 | 1 | 14 | 263 | 106 | 74 |
| Binary | 1010010 | 11100001 | 11011111 | 1000000 | 0 | 1 | 1100 | 10110011 | 1000110 | 111100 |
Color Harmonies of #52E1DF
Complementary color
Monochromatic Colors of #52E1DF
Black with #52E1DF
Text Example
Text Example
White with #52E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E1DF; }
p { color: rgb(82,225,223); }
H1.HeaderClassName
{
color: #52E1DF;
}
.AnyTagClassName
{
color: #52E1DF;
}
</style>
background-color css
<style>
a { background-color: #52E1DF; }
a { background-color: rgb(82,225,223); }
div.DivClassName
{
background-color: #52E1DF;
}
.BgClassName
{
background-color: #52E1DF;
}
</style>
border-color css
<style>
span { border-color: #52E1DF; }
span { border-color: rgb(82,225,223); }
td.TdClassName
{
border-color: #52E1DF;
}
.TagClassName
{
border-color: #52E1DF;
}
</style>