Shades of Turquoise #52F0D3
Tints of Turquoise #52F0D3
RGB
CMYK
RGB Variations
Color information
#52F0D3 (or 0x52F0D3) is known color: Turquoise. HEX triplet: 52, F0 and D3. RGB value is (82,240,211). Sum of RGB (Red+Green+Blue) = 82+240+211=533 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.38% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #52F0D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F0D3 is #AD0F2C. Grayscale: #BDBDBD. Windows color (decimal): -11341613 or 13889618. OLE color: 13889618.
HSL color Cylindrical-coordinate representation of color #52F0D3: hue angle of 168.99º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F0D3 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 240 | 211 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.06 |
| HSL | 168.99º | 0.84% | 0.63% | - |
| HSV(B) | 168.99º | 0.66% | 0.94% | - |
| XYZ | 46.4 | 68.82 | 72.47 | - |
| YUV | 189.45 | 140.15 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 240 | 211 | 0.66 | 0 | 0.12 | 0.06 | 168.99 | 0.84 | 0.63 |
| Hex | 52 | F0 | D3 | 42 | 0 | C | 6 | A9 | 54 | 3F |
| Octal | 122 | 360 | 323 | 102 | 0 | 14 | 6 | 251 | 124 | 77 |
| Binary | 1010010 | 11110000 | 11010011 | 1000010 | 0 | 1100 | 110 | 10101001 | 1010100 | 111111 |
Color Harmonies of #52F0D3
Complementary color
Monochromatic Colors of #52F0D3
Black with #52F0D3
Text Example
Text Example
White with #52F0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F0D3; }
p { color: rgb(82,240,211); }
H1.HeaderClassName
{
color: #52F0D3;
}
.AnyTagClassName
{
color: #52F0D3;
}
</style>
background-color css
<style>
a { background-color: #52F0D3; }
a { background-color: rgb(82,240,211); }
div.DivClassName
{
background-color: #52F0D3;
}
.BgClassName
{
background-color: #52F0D3;
}
</style>
border-color css
<style>
span { border-color: #52F0D3; }
span { border-color: rgb(82,240,211); }
td.TdClassName
{
border-color: #52F0D3;
}
.TagClassName
{
border-color: #52F0D3;
}
</style>