Shades of Turquoise #52F6C2
Tints of Turquoise #52F6C2
RGB
CMYK
RGB Variations
Color information
#52F6C2 (or 0x52F6C2) is known color: Turquoise. HEX triplet: 52, F6 and C2. RGB value is (82,246,194). Sum of RGB (Red+Green+Blue) = 82+246+194=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #52F6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F6C2 is #AD093D. Grayscale: #BFBFBF. Windows color (decimal): -11340094 or 12777042. OLE color: 12777042.
HSL color Cylindrical-coordinate representation of color #52F6C2: hue angle of 160.98º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F6C2 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 246 | 194 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.04 |
| HSL | 160.98º | 0.9% | 0.64% | - |
| HSV(B) | 160.98º | 0.67% | 0.96% | - |
| XYZ | 46.17 | 71.6 | 62.43 | - |
| YUV | 191.04 | 129.67 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 246 | 194 | 0.67 | 0 | 0.21 | 0.04 | 160.98 | 0.9 | 0.64 |
| Hex | 52 | F6 | C2 | 43 | 0 | 15 | 4 | A1 | 5A | 40 |
| Octal | 122 | 366 | 302 | 103 | 0 | 25 | 4 | 241 | 132 | 100 |
| Binary | 1010010 | 11110110 | 11000010 | 1000011 | 0 | 10101 | 100 | 10100001 | 1011010 | 1000000 |
Color Harmonies of #52F6C2
Complementary color
Monochromatic Colors of #52F6C2
Black with #52F6C2
Text Example
Text Example
White with #52F6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F6C2; }
p { color: rgb(82,246,194); }
H1.HeaderClassName
{
color: #52F6C2;
}
.AnyTagClassName
{
color: #52F6C2;
}
</style>
background-color css
<style>
a { background-color: #52F6C2; }
a { background-color: rgb(82,246,194); }
div.DivClassName
{
background-color: #52F6C2;
}
.BgClassName
{
background-color: #52F6C2;
}
</style>
border-color css
<style>
span { border-color: #52F6C2; }
span { border-color: rgb(82,246,194); }
td.TdClassName
{
border-color: #52F6C2;
}
.TagClassName
{
border-color: #52F6C2;
}
</style>