Shades of Turquoise #52FDDC
Tints of Turquoise #52FDDC
RGB
CMYK
RGB Variations
Color information
#52FDDC (or 0x52FDDC) is known color: Turquoise. HEX triplet: 52, FD and DC. RGB value is (82,253,220). Sum of RGB (Red+Green+Blue) = 82+253+220=555 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.77% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FDDC is #AD0223. Grayscale: #C6C6C6. Windows color (decimal): -11338276 or 14482770. OLE color: 14482770.
HSL color Cylindrical-coordinate representation of color #52FDDC: hue angle of 168.42º 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 #52FDDC is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 253 | 220 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.01 |
| HSL | 168.42º | 0.98% | 0.66% | - |
| HSV(B) | 168.42º | 0.68% | 0.99% | - |
| XYZ | 51.52 | 77.21 | 79.9 | - |
| YUV | 198.11 | 140.35 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 253 | 220 | 0.68 | 0 | 0.13 | 0.01 | 168.42 | 0.98 | 0.66 |
| Hex | 52 | FD | DC | 44 | 0 | D | 1 | A8 | 62 | 42 |
| Octal | 122 | 375 | 334 | 104 | 0 | 15 | 1 | 250 | 142 | 102 |
| Binary | 1010010 | 11111101 | 11011100 | 1000100 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000010 |
Color Harmonies of #52FDDC
Complementary color
Monochromatic Colors of #52FDDC
Black with #52FDDC
Text Example
Text Example
White with #52FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FDDC; }
p { color: rgb(82,253,220); }
H1.HeaderClassName
{
color: #52FDDC;
}
.AnyTagClassName
{
color: #52FDDC;
}
</style>
background-color css
<style>
a { background-color: #52FDDC; }
a { background-color: rgb(82,253,220); }
div.DivClassName
{
background-color: #52FDDC;
}
.BgClassName
{
background-color: #52FDDC;
}
</style>
border-color css
<style>
span { border-color: #52FDDC; }
span { border-color: rgb(82,253,220); }
td.TdClassName
{
border-color: #52FDDC;
}
.TagClassName
{
border-color: #52FDDC;
}
</style>