Shades of Turquoise #52FCDC
Tints of Turquoise #52FCDC
RGB
CMYK
RGB Variations
Color information
#52FCDC (or 0x52FCDC) is known color: Turquoise. HEX triplet: 52, FC and DC. RGB value is (82,252,220). Sum of RGB (Red+Green+Blue) = 82+252+220=554 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.80% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCDC is #AD0323. Grayscale: #C5C5C5. Windows color (decimal): -11338532 or 14482514. OLE color: 14482514.
HSL color Cylindrical-coordinate representation of color #52FCDC: hue angle of 168.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FCDC is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 252 | 220 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.01 |
| HSL | 168.71º | 0.97% | 0.65% | - |
| HSV(B) | 168.71º | 0.67% | 0.99% | - |
| XYZ | 51.21 | 76.58 | 79.79 | - |
| YUV | 197.52 | 140.68 | 45.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 252 | 220 | 0.67 | 0 | 0.13 | 0.01 | 168.71 | 0.97 | 0.65 |
| Hex | 52 | FC | DC | 43 | 0 | D | 1 | A9 | 61 | 41 |
| Octal | 122 | 374 | 334 | 103 | 0 | 15 | 1 | 251 | 141 | 101 |
| Binary | 1010010 | 11111100 | 11011100 | 1000011 | 0 | 1101 | 1 | 10101001 | 1100001 | 1000001 |
Color Harmonies of #52FCDC
Complementary color
Monochromatic Colors of #52FCDC
Black with #52FCDC
Text Example
Text Example
White with #52FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FCDC; }
p { color: rgb(82,252,220); }
H1.HeaderClassName
{
color: #52FCDC;
}
.AnyTagClassName
{
color: #52FCDC;
}
</style>
background-color css
<style>
a { background-color: #52FCDC; }
a { background-color: rgb(82,252,220); }
div.DivClassName
{
background-color: #52FCDC;
}
.BgClassName
{
background-color: #52FCDC;
}
</style>
border-color css
<style>
span { border-color: #52FCDC; }
span { border-color: rgb(82,252,220); }
td.TdClassName
{
border-color: #52FCDC;
}
.TagClassName
{
border-color: #52FCDC;
}
</style>