Shades of Turquoise #52F8C5
Tints of Turquoise #52F8C5
RGB
CMYK
RGB Variations
Color information
#52F8C5 (or 0x52F8C5) is known color: Turquoise. HEX triplet: 52, F8 and C5. RGB value is (82,248,197). Sum of RGB (Red+Green+Blue) = 82+248+197=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #52F8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F8C5 is #AD073A. Grayscale: #C0C0C0. Windows color (decimal): -11339579 or 12974162. OLE color: 12974162.
HSL color Cylindrical-coordinate representation of color #52F8C5: hue angle of 161.57º 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 #52F8C5 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 248 | 197 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.03 |
| HSL | 161.57º | 0.92% | 0.65% | - |
| HSV(B) | 161.57º | 0.67% | 0.97% | - |
| XYZ | 47.13 | 72.96 | 64.42 | - |
| YUV | 192.55 | 130.5 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 248 | 197 | 0.67 | 0 | 0.21 | 0.03 | 161.57 | 0.92 | 0.65 |
| Hex | 52 | F8 | C5 | 43 | 0 | 15 | 3 | A2 | 5C | 41 |
| Octal | 122 | 370 | 305 | 103 | 0 | 25 | 3 | 242 | 134 | 101 |
| Binary | 1010010 | 11111000 | 11000101 | 1000011 | 0 | 10101 | 11 | 10100010 | 1011100 | 1000001 |
Color Harmonies of #52F8C5
Complementary color
Monochromatic Colors of #52F8C5
Black with #52F8C5
Text Example
Text Example
White with #52F8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F8C5; }
p { color: rgb(82,248,197); }
H1.HeaderClassName
{
color: #52F8C5;
}
.AnyTagClassName
{
color: #52F8C5;
}
</style>
background-color css
<style>
a { background-color: #52F8C5; }
a { background-color: rgb(82,248,197); }
div.DivClassName
{
background-color: #52F8C5;
}
.BgClassName
{
background-color: #52F8C5;
}
</style>
border-color css
<style>
span { border-color: #52F8C5; }
span { border-color: rgb(82,248,197); }
td.TdClassName
{
border-color: #52F8C5;
}
.TagClassName
{
border-color: #52F8C5;
}
</style>