Shades of Turquoise #52F6CE
Tints of Turquoise #52F6CE
RGB
CMYK
RGB Variations
Color information
#52F6CE (or 0x52F6CE) is known color: Turquoise. HEX triplet: 52, F6 and CE. RGB value is (82,246,206). Sum of RGB (Red+Green+Blue) = 82+246+206=534 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.36% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #52F6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F6CE is #AD0931. Grayscale: #C0C0C0. Windows color (decimal): -11340082 or 13563474. OLE color: 13563474.
HSL color Cylindrical-coordinate representation of color #52F6CE: hue angle of 165.37º 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 #52F6CE is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 246 | 206 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.04 |
| HSL | 165.37º | 0.9% | 0.64% | - |
| HSV(B) | 165.37º | 0.67% | 0.96% | - |
| XYZ | 47.58 | 72.16 | 69.81 | - |
| YUV | 192.4 | 135.67 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 246 | 206 | 0.67 | 0 | 0.16 | 0.04 | 165.37 | 0.9 | 0.64 |
| Hex | 52 | F6 | CE | 43 | 0 | 10 | 4 | A5 | 5A | 40 |
| Octal | 122 | 366 | 316 | 103 | 0 | 20 | 4 | 245 | 132 | 100 |
| Binary | 1010010 | 11110110 | 11001110 | 1000011 | 0 | 10000 | 100 | 10100101 | 1011010 | 1000000 |
Color Harmonies of #52F6CE
Complementary color
Monochromatic Colors of #52F6CE
Black with #52F6CE
Text Example
Text Example
White with #52F6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F6CE; }
p { color: rgb(82,246,206); }
H1.HeaderClassName
{
color: #52F6CE;
}
.AnyTagClassName
{
color: #52F6CE;
}
</style>
background-color css
<style>
a { background-color: #52F6CE; }
a { background-color: rgb(82,246,206); }
div.DivClassName
{
background-color: #52F6CE;
}
.BgClassName
{
background-color: #52F6CE;
}
</style>
border-color css
<style>
span { border-color: #52F6CE; }
span { border-color: rgb(82,246,206); }
td.TdClassName
{
border-color: #52F6CE;
}
.TagClassName
{
border-color: #52F6CE;
}
</style>