Shades of Turquoise #52E1D3
Tints of Turquoise #52E1D3
RGB
CMYK
RGB Variations
Color information
#52E1D3 (or 0x52E1D3) is known color: Turquoise. HEX triplet: 52, E1 and D3. RGB value is (82,225,211). Sum of RGB (Red+Green+Blue) = 82+225+211=518 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.83% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #52E1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52E1D3 is #AD1E2C. Grayscale: #B4B4B4. Windows color (decimal): -11345453 or 13885778. OLE color: 13885778.
HSL color Cylindrical-coordinate representation of color #52E1D3: hue angle of 174.13º 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 #52E1D3 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 211 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.12 |
| HSL | 174.13º | 0.7% | 0.6% | - |
| HSV(B) | 174.13º | 0.64% | 0.88% | - |
| XYZ | 42.16 | 60.35 | 71.05 | - |
| YUV | 180.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 211 | 0.64 | 0 | 0.06 | 0.12 | 174.13 | 0.7 | 0.6 |
| Hex | 52 | E1 | D3 | 40 | 0 | 6 | C | AE | 46 | 3C |
| Octal | 122 | 341 | 323 | 100 | 0 | 6 | 14 | 256 | 106 | 74 |
| Binary | 1010010 | 11100001 | 11010011 | 1000000 | 0 | 110 | 1100 | 10101110 | 1000110 | 111100 |
Color Harmonies of #52E1D3
Complementary color
Monochromatic Colors of #52E1D3
Black with #52E1D3
Text Example
Text Example
White with #52E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E1D3; }
p { color: rgb(82,225,211); }
H1.HeaderClassName
{
color: #52E1D3;
}
.AnyTagClassName
{
color: #52E1D3;
}
</style>
background-color css
<style>
a { background-color: #52E1D3; }
a { background-color: rgb(82,225,211); }
div.DivClassName
{
background-color: #52E1D3;
}
.BgClassName
{
background-color: #52E1D3;
}
</style>
border-color css
<style>
span { border-color: #52E1D3; }
span { border-color: rgb(82,225,211); }
td.TdClassName
{
border-color: #52E1D3;
}
.TagClassName
{
border-color: #52E1D3;
}
</style>