Shades of Turquoise #52F2DD
Tints of Turquoise #52F2DD
RGB
CMYK
RGB Variations
Color information
#52F2DD (or 0x52F2DD) is known color: Turquoise. HEX triplet: 52, F2 and DD. RGB value is (82,242,221). Sum of RGB (Red+Green+Blue) = 82+242+221=545 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.05% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F2DD is #AD0D22. Grayscale: #BFBFBF. Windows color (decimal): -11341091 or 14545490. OLE color: 14545490.
HSL color Cylindrical-coordinate representation of color #52F2DD: hue angle of 172.12º 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 #52F2DD is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 221 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.05 |
| HSL | 172.13º | 0.86% | 0.64% | - |
| HSV(B) | 172.13º | 0.66% | 0.95% | - |
| XYZ | 48.28 | 70.52 | 79.47 | - |
| YUV | 191.77 | 144.49 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 221 | 0.66 | 0 | 0.09 | 0.05 | 172.13 | 0.86 | 0.64 |
| Hex | 52 | F2 | DD | 42 | 0 | 9 | 5 | AC | 56 | 40 |
| Octal | 122 | 362 | 335 | 102 | 0 | 11 | 5 | 254 | 126 | 100 |
| Binary | 1010010 | 11110010 | 11011101 | 1000010 | 0 | 1001 | 101 | 10101100 | 1010110 | 1000000 |
Color Harmonies of #52F2DD
Complementary color
Monochromatic Colors of #52F2DD
Black with #52F2DD
Text Example
Text Example
White with #52F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2DD; }
p { color: rgb(82,242,221); }
H1.HeaderClassName
{
color: #52F2DD;
}
.AnyTagClassName
{
color: #52F2DD;
}
</style>
background-color css
<style>
a { background-color: #52F2DD; }
a { background-color: rgb(82,242,221); }
div.DivClassName
{
background-color: #52F2DD;
}
.BgClassName
{
background-color: #52F2DD;
}
</style>
border-color css
<style>
span { border-color: #52F2DD; }
span { border-color: rgb(82,242,221); }
td.TdClassName
{
border-color: #52F2DD;
}
.TagClassName
{
border-color: #52F2DD;
}
</style>