Shades of Turquoise #52F7D4
Tints of Turquoise #52F7D4
RGB
CMYK
RGB Variations
Color information
#52F7D4 (or 0x52F7D4) is known color: Turquoise. HEX triplet: 52, F7 and D4. RGB value is (82,247,212). Sum of RGB (Red+Green+Blue) = 82+247+212=541 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.16% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #52F7D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F7D4 is #AD082B. Grayscale: #C1C1C1. Windows color (decimal): -11339820 or 13956946. OLE color: 13956946.
HSL color Cylindrical-coordinate representation of color #52F7D4: hue angle of 167.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F7D4 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 247 | 212 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.03 |
| HSL | 167.27º | 0.91% | 0.65% | - |
| HSV(B) | 167.27º | 0.67% | 0.97% | - |
| XYZ | 48.62 | 73.07 | 73.83 | - |
| YUV | 193.68 | 138.34 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 247 | 212 | 0.67 | 0 | 0.14 | 0.03 | 167.27 | 0.91 | 0.65 |
| Hex | 52 | F7 | D4 | 43 | 0 | E | 3 | A7 | 5B | 41 |
| Octal | 122 | 367 | 324 | 103 | 0 | 16 | 3 | 247 | 133 | 101 |
| Binary | 1010010 | 11110111 | 11010100 | 1000011 | 0 | 1110 | 11 | 10100111 | 1011011 | 1000001 |
Color Harmonies of #52F7D4
Complementary color
Monochromatic Colors of #52F7D4
Black with #52F7D4
Text Example
Text Example
White with #52F7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F7D4; }
p { color: rgb(82,247,212); }
H1.HeaderClassName
{
color: #52F7D4;
}
.AnyTagClassName
{
color: #52F7D4;
}
</style>
background-color css
<style>
a { background-color: #52F7D4; }
a { background-color: rgb(82,247,212); }
div.DivClassName
{
background-color: #52F7D4;
}
.BgClassName
{
background-color: #52F7D4;
}
</style>
border-color css
<style>
span { border-color: #52F7D4; }
span { border-color: rgb(82,247,212); }
td.TdClassName
{
border-color: #52F7D4;
}
.TagClassName
{
border-color: #52F7D4;
}
</style>