Shades of Turquoise #52F2D1
Tints of Turquoise #52F2D1
RGB
CMYK
RGB Variations
Color information
#52F2D1 (or 0x52F2D1) is known color: Turquoise. HEX triplet: 52, F2 and D1. RGB value is (82,242,209). Sum of RGB (Red+Green+Blue) = 82+242+209=533 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.38% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F2D1 is #AD0D2E. Grayscale: #BEBEBE. Windows color (decimal): -11341103 or 13759058. OLE color: 13759058.
HSL color Cylindrical-coordinate representation of color #52F2D1: hue angle of 167.62º 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 #52F2D1 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 209 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.05 |
| HSL | 167.63º | 0.86% | 0.64% | - |
| HSV(B) | 167.63º | 0.66% | 0.95% | - |
| XYZ | 46.74 | 69.9 | 71.35 | - |
| YUV | 190.4 | 138.49 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 209 | 0.66 | 0 | 0.14 | 0.05 | 167.63 | 0.86 | 0.64 |
| Hex | 52 | F2 | D1 | 42 | 0 | E | 5 | A8 | 56 | 40 |
| Octal | 122 | 362 | 321 | 102 | 0 | 16 | 5 | 250 | 126 | 100 |
| Binary | 1010010 | 11110010 | 11010001 | 1000010 | 0 | 1110 | 101 | 10101000 | 1010110 | 1000000 |
Color Harmonies of #52F2D1
Complementary color
Monochromatic Colors of #52F2D1
Black with #52F2D1
Text Example
Text Example
White with #52F2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2D1; }
p { color: rgb(82,242,209); }
H1.HeaderClassName
{
color: #52F2D1;
}
.AnyTagClassName
{
color: #52F2D1;
}
</style>
background-color css
<style>
a { background-color: #52F2D1; }
a { background-color: rgb(82,242,209); }
div.DivClassName
{
background-color: #52F2D1;
}
.BgClassName
{
background-color: #52F2D1;
}
</style>
border-color css
<style>
span { border-color: #52F2D1; }
span { border-color: rgb(82,242,209); }
td.TdClassName
{
border-color: #52F2D1;
}
.TagClassName
{
border-color: #52F2D1;
}
</style>