Shades of Turquoise #52FDCE
Tints of Turquoise #52FDCE
RGB
CMYK
RGB Variations
Color information
#52FDCE (or 0x52FDCE) is known color: Turquoise. HEX triplet: 52, FD and CE. RGB value is (82,253,206). Sum of RGB (Red+Green+Blue) = 82+253+206=541 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.16% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FDCE is #AD0231. Grayscale: #C4C4C4. Windows color (decimal): -11338290 or 13565266. OLE color: 13565266.
HSL color Cylindrical-coordinate representation of color #52FDCE: hue angle of 163.51º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FDCE is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 253 | 206 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.01 |
| HSL | 163.51º | 0.98% | 0.66% | - |
| HSV(B) | 163.51º | 0.68% | 0.99% | - |
| XYZ | 49.75 | 76.5 | 70.54 | - |
| YUV | 196.51 | 133.35 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 253 | 206 | 0.68 | 0 | 0.19 | 0.01 | 163.51 | 0.98 | 0.66 |
| Hex | 52 | FD | CE | 44 | 0 | 13 | 1 | A4 | 62 | 42 |
| Octal | 122 | 375 | 316 | 104 | 0 | 23 | 1 | 244 | 142 | 102 |
| Binary | 1010010 | 11111101 | 11001110 | 1000100 | 0 | 10011 | 1 | 10100100 | 1100010 | 1000010 |
Color Harmonies of #52FDCE
Complementary color
Monochromatic Colors of #52FDCE
Black with #52FDCE
Text Example
Text Example
White with #52FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FDCE; }
p { color: rgb(82,253,206); }
H1.HeaderClassName
{
color: #52FDCE;
}
.AnyTagClassName
{
color: #52FDCE;
}
</style>
background-color css
<style>
a { background-color: #52FDCE; }
a { background-color: rgb(82,253,206); }
div.DivClassName
{
background-color: #52FDCE;
}
.BgClassName
{
background-color: #52FDCE;
}
</style>
border-color css
<style>
span { border-color: #52FDCE; }
span { border-color: rgb(82,253,206); }
td.TdClassName
{
border-color: #52FDCE;
}
.TagClassName
{
border-color: #52FDCE;
}
</style>