Shades of Turquoise #52F8D0
Tints of Turquoise #52F8D0
RGB
CMYK
RGB Variations
Color information
#52F8D0 (or 0x52F8D0) is known color: Turquoise. HEX triplet: 52, F8 and D0. RGB value is (82,248,208). Sum of RGB (Red+Green+Blue) = 82+248+208=538 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.24% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #52F8D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F8D0 is #AD072F. Grayscale: #C1C1C1. Windows color (decimal): -11339568 or 13695058. OLE color: 13695058.
HSL color Cylindrical-coordinate representation of color #52F8D0: hue angle of 165.54º degrees, saturation: 0.92, 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 #52F8D0 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 248 | 208 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.03 |
| HSL | 165.54º | 0.92% | 0.65% | - |
| HSV(B) | 165.54º | 0.67% | 0.97% | - |
| XYZ | 48.43 | 73.48 | 71.31 | - |
| YUV | 193.81 | 136 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 248 | 208 | 0.67 | 0 | 0.16 | 0.03 | 165.54 | 0.92 | 0.65 |
| Hex | 52 | F8 | D0 | 43 | 0 | 10 | 3 | A6 | 5C | 41 |
| Octal | 122 | 370 | 320 | 103 | 0 | 20 | 3 | 246 | 134 | 101 |
| Binary | 1010010 | 11111000 | 11010000 | 1000011 | 0 | 10000 | 11 | 10100110 | 1011100 | 1000001 |
Color Harmonies of #52F8D0
Complementary color
Monochromatic Colors of #52F8D0
Black with #52F8D0
Text Example
Text Example
White with #52F8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F8D0; }
p { color: rgb(82,248,208); }
H1.HeaderClassName
{
color: #52F8D0;
}
.AnyTagClassName
{
color: #52F8D0;
}
</style>
background-color css
<style>
a { background-color: #52F8D0; }
a { background-color: rgb(82,248,208); }
div.DivClassName
{
background-color: #52F8D0;
}
.BgClassName
{
background-color: #52F8D0;
}
</style>
border-color css
<style>
span { border-color: #52F8D0; }
span { border-color: rgb(82,248,208); }
td.TdClassName
{
border-color: #52F8D0;
}
.TagClassName
{
border-color: #52F8D0;
}
</style>