Shades of Turquoise #52FDDF
Tints of Turquoise #52FDDF
RGB
CMYK
RGB Variations
Color information
#52FDDF (or 0x52FDDF) is known color: Turquoise. HEX triplet: 52, FD and DF. RGB value is (82,253,223). Sum of RGB (Red+Green+Blue) = 82+253+223=558 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.70% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #52FDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FDDF is #AD0220. Grayscale: #C6C6C6. Windows color (decimal): -11338273 or 14679378. OLE color: 14679378.
HSL color Cylindrical-coordinate representation of color #52FDDF: hue angle of 169.47º 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 #52FDDF is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 253 | 223 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.01 |
| HSL | 169.47º | 0.98% | 0.66% | - |
| HSV(B) | 169.47º | 0.68% | 0.99% | - |
| XYZ | 51.92 | 77.37 | 82.01 | - |
| YUV | 198.45 | 141.85 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 253 | 223 | 0.68 | 0 | 0.12 | 0.01 | 169.47 | 0.98 | 0.66 |
| Hex | 52 | FD | DF | 44 | 0 | C | 1 | A9 | 62 | 42 |
| Octal | 122 | 375 | 337 | 104 | 0 | 14 | 1 | 251 | 142 | 102 |
| Binary | 1010010 | 11111101 | 11011111 | 1000100 | 0 | 1100 | 1 | 10101001 | 1100010 | 1000010 |
Color Harmonies of #52FDDF
Complementary color
Monochromatic Colors of #52FDDF
Black with #52FDDF
Text Example
Text Example
White with #52FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FDDF; }
p { color: rgb(82,253,223); }
H1.HeaderClassName
{
color: #52FDDF;
}
.AnyTagClassName
{
color: #52FDDF;
}
</style>
background-color css
<style>
a { background-color: #52FDDF; }
a { background-color: rgb(82,253,223); }
div.DivClassName
{
background-color: #52FDDF;
}
.BgClassName
{
background-color: #52FDDF;
}
</style>
border-color css
<style>
span { border-color: #52FDDF; }
span { border-color: rgb(82,253,223); }
td.TdClassName
{
border-color: #52FDDF;
}
.TagClassName
{
border-color: #52FDDF;
}
</style>