Shades of Turquoise #52FDCD
Tints of Turquoise #52FDCD
RGB
CMYK
RGB Variations
Color information
#52FDCD (or 0x52FDCD) is known color: Turquoise. HEX triplet: 52, FD and CD. RGB value is (82,253,205). Sum of RGB (Red+Green+Blue) = 82+253+205=540 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.19% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FDCD is #AD0232. Grayscale: #C4C4C4. Windows color (decimal): -11338291 or 13499730. OLE color: 13499730.
HSL color Cylindrical-coordinate representation of color #52FDCD: hue angle of 163.16º 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 #52FDCD is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 253 | 205 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.01 |
| HSL | 163.16º | 0.98% | 0.66% | - |
| HSV(B) | 163.16º | 0.68% | 0.99% | - |
| XYZ | 49.62 | 76.45 | 69.9 | - |
| YUV | 196.4 | 132.85 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 253 | 205 | 0.68 | 0 | 0.19 | 0.01 | 163.16 | 0.98 | 0.66 |
| Hex | 52 | FD | CD | 44 | 0 | 13 | 1 | A3 | 62 | 42 |
| Octal | 122 | 375 | 315 | 104 | 0 | 23 | 1 | 243 | 142 | 102 |
| Binary | 1010010 | 11111101 | 11001101 | 1000100 | 0 | 10011 | 1 | 10100011 | 1100010 | 1000010 |
Color Harmonies of #52FDCD
Complementary color
Monochromatic Colors of #52FDCD
Black with #52FDCD
Text Example
Text Example
White with #52FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FDCD; }
p { color: rgb(82,253,205); }
H1.HeaderClassName
{
color: #52FDCD;
}
.AnyTagClassName
{
color: #52FDCD;
}
</style>
background-color css
<style>
a { background-color: #52FDCD; }
a { background-color: rgb(82,253,205); }
div.DivClassName
{
background-color: #52FDCD;
}
.BgClassName
{
background-color: #52FDCD;
}
</style>
border-color css
<style>
span { border-color: #52FDCD; }
span { border-color: rgb(82,253,205); }
td.TdClassName
{
border-color: #52FDCD;
}
.TagClassName
{
border-color: #52FDCD;
}
</style>