Shades of Turquoise #52E6D3
Tints of Turquoise #52E6D3
RGB
CMYK
RGB Variations
Color information
#52E6D3 (or 0x52E6D3) is known color: Turquoise. HEX triplet: 52, E6 and D3. RGB value is (82,230,211). Sum of RGB (Red+Green+Blue) = 82+230+211=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #52E6D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E6D3 is #AD192C. Grayscale: #B7B7B7. Windows color (decimal): -11344173 or 13887058. OLE color: 13887058.
HSL color Cylindrical-coordinate representation of color #52E6D3: hue angle of 172.3º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E6D3 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 230 | 211 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.10 |
| HSL | 172.3º | 0.75% | 0.61% | - |
| HSV(B) | 172.3º | 0.64% | 0.9% | - |
| XYZ | 43.53 | 63.09 | 71.51 | - |
| YUV | 183.58 | 143.47 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 230 | 211 | 0.64 | 0 | 0.08 | 0.10 | 172.3 | 0.75 | 0.61 |
| Hex | 52 | E6 | D3 | 40 | 0 | 8 | A | AC | 4B | 3D |
| Octal | 122 | 346 | 323 | 100 | 0 | 10 | 12 | 254 | 113 | 75 |
| Binary | 1010010 | 11100110 | 11010011 | 1000000 | 0 | 1000 | 1010 | 10101100 | 1001011 | 111101 |
Color Harmonies of #52E6D3
Complementary color
Monochromatic Colors of #52E6D3
Black with #52E6D3
Text Example
Text Example
White with #52E6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E6D3; }
p { color: rgb(82,230,211); }
H1.HeaderClassName
{
color: #52E6D3;
}
.AnyTagClassName
{
color: #52E6D3;
}
</style>
background-color css
<style>
a { background-color: #52E6D3; }
a { background-color: rgb(82,230,211); }
div.DivClassName
{
background-color: #52E6D3;
}
.BgClassName
{
background-color: #52E6D3;
}
</style>
border-color css
<style>
span { border-color: #52E6D3; }
span { border-color: rgb(82,230,211); }
td.TdClassName
{
border-color: #52E6D3;
}
.TagClassName
{
border-color: #52E6D3;
}
</style>