Shades of Turquoise #52F4DB
Tints of Turquoise #52F4DB
RGB
CMYK
RGB Variations
Color information
#52F4DB (or 0x52F4DB) is known color: Turquoise. HEX triplet: 52, F4 and DB. RGB value is (82,244,219). Sum of RGB (Red+Green+Blue) = 82+244+219=545 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.05% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #52F4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F4DB is #AD0B24. Grayscale: #C0C0C0. Windows color (decimal): -11340581 or 14414930. OLE color: 14414930.
HSL color Cylindrical-coordinate representation of color #52F4DB: hue angle of 170.74º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F4DB is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 244 | 219 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.04 |
| HSL | 170.74º | 0.88% | 0.64% | - |
| HSV(B) | 170.74º | 0.66% | 0.96% | - |
| XYZ | 48.62 | 71.61 | 78.28 | - |
| YUV | 192.71 | 142.83 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 244 | 219 | 0.66 | 0 | 0.10 | 0.04 | 170.74 | 0.88 | 0.64 |
| Hex | 52 | F4 | DB | 42 | 0 | A | 4 | AB | 58 | 40 |
| Octal | 122 | 364 | 333 | 102 | 0 | 12 | 4 | 253 | 130 | 100 |
| Binary | 1010010 | 11110100 | 11011011 | 1000010 | 0 | 1010 | 100 | 10101011 | 1011000 | 1000000 |
Color Harmonies of #52F4DB
Complementary color
Monochromatic Colors of #52F4DB
Black with #52F4DB
Text Example
Text Example
White with #52F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F4DB; }
p { color: rgb(82,244,219); }
H1.HeaderClassName
{
color: #52F4DB;
}
.AnyTagClassName
{
color: #52F4DB;
}
</style>
background-color css
<style>
a { background-color: #52F4DB; }
a { background-color: rgb(82,244,219); }
div.DivClassName
{
background-color: #52F4DB;
}
.BgClassName
{
background-color: #52F4DB;
}
</style>
border-color css
<style>
span { border-color: #52F4DB; }
span { border-color: rgb(82,244,219); }
td.TdClassName
{
border-color: #52F4DB;
}
.TagClassName
{
border-color: #52F4DB;
}
</style>