Shades of Turquoise #52F4D5
Tints of Turquoise #52F4D5
RGB
CMYK
RGB Variations
Color information
#52F4D5 (or 0x52F4D5) is known color: Turquoise. HEX triplet: 52, F4 and D5. RGB value is (82,244,213). Sum of RGB (Red+Green+Blue) = 82+244+213=539 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.21% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #52F4D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F4D5 is #AD0B2A. Grayscale: #BFBFBF. Windows color (decimal): -11340587 or 14021714. OLE color: 14021714.
HSL color Cylindrical-coordinate representation of color #52F4D5: hue angle of 168.52º 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 #52F4D5 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 244 | 213 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.04 |
| HSL | 168.52º | 0.88% | 0.64% | - |
| HSV(B) | 168.52º | 0.66% | 0.96% | - |
| XYZ | 47.84 | 71.3 | 74.19 | - |
| YUV | 192.03 | 139.83 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 244 | 213 | 0.66 | 0 | 0.13 | 0.04 | 168.52 | 0.88 | 0.64 |
| Hex | 52 | F4 | D5 | 42 | 0 | D | 4 | A9 | 58 | 40 |
| Octal | 122 | 364 | 325 | 102 | 0 | 15 | 4 | 251 | 130 | 100 |
| Binary | 1010010 | 11110100 | 11010101 | 1000010 | 0 | 1101 | 100 | 10101001 | 1011000 | 1000000 |
Color Harmonies of #52F4D5
Complementary color
Monochromatic Colors of #52F4D5
Black with #52F4D5
Text Example
Text Example
White with #52F4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F4D5; }
p { color: rgb(82,244,213); }
H1.HeaderClassName
{
color: #52F4D5;
}
.AnyTagClassName
{
color: #52F4D5;
}
</style>
background-color css
<style>
a { background-color: #52F4D5; }
a { background-color: rgb(82,244,213); }
div.DivClassName
{
background-color: #52F4D5;
}
.BgClassName
{
background-color: #52F4D5;
}
</style>
border-color css
<style>
span { border-color: #52F4D5; }
span { border-color: rgb(82,244,213); }
td.TdClassName
{
border-color: #52F4D5;
}
.TagClassName
{
border-color: #52F4D5;
}
</style>