Shades of Turquoise #52F4DC
Tints of Turquoise #52F4DC
RGB
CMYK
RGB Variations
Color information
#52F4DC (or 0x52F4DC) is known color: Turquoise. HEX triplet: 52, F4 and DC. RGB value is (82,244,220). Sum of RGB (Red+Green+Blue) = 82+244+220=546 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.02% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #52F4DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F4DC is #AD0B23. Grayscale: #C0C0C0. Windows color (decimal): -11340580 or 14480466. OLE color: 14480466.
HSL color Cylindrical-coordinate representation of color #52F4DC: hue angle of 171.11º 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 #52F4DC is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 244 | 220 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.04 |
| HSL | 171.11º | 0.88% | 0.64% | - |
| HSV(B) | 171.11º | 0.66% | 0.96% | - |
| XYZ | 48.75 | 71.66 | 78.97 | - |
| YUV | 192.83 | 143.33 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 244 | 220 | 0.66 | 0 | 0.10 | 0.04 | 171.11 | 0.88 | 0.64 |
| Hex | 52 | F4 | DC | 42 | 0 | A | 4 | AB | 58 | 40 |
| Octal | 122 | 364 | 334 | 102 | 0 | 12 | 4 | 253 | 130 | 100 |
| Binary | 1010010 | 11110100 | 11011100 | 1000010 | 0 | 1010 | 100 | 10101011 | 1011000 | 1000000 |
Color Harmonies of #52F4DC
Complementary color
Monochromatic Colors of #52F4DC
Black with #52F4DC
Text Example
Text Example
White with #52F4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F4DC; }
p { color: rgb(82,244,220); }
H1.HeaderClassName
{
color: #52F4DC;
}
.AnyTagClassName
{
color: #52F4DC;
}
</style>
background-color css
<style>
a { background-color: #52F4DC; }
a { background-color: rgb(82,244,220); }
div.DivClassName
{
background-color: #52F4DC;
}
.BgClassName
{
background-color: #52F4DC;
}
</style>
border-color css
<style>
span { border-color: #52F4DC; }
span { border-color: rgb(82,244,220); }
td.TdClassName
{
border-color: #52F4DC;
}
.TagClassName
{
border-color: #52F4DC;
}
</style>