Shades of Turquoise #52FCDD
Tints of Turquoise #52FCDD
RGB
CMYK
RGB Variations
Color information
#52FCDD (or 0x52FCDD) is known color: Turquoise. HEX triplet: 52, FC and DD. RGB value is (82,252,221). Sum of RGB (Red+Green+Blue) = 82+252+221=555 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.77% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCDD is #AD0322. Grayscale: #C5C5C5. Windows color (decimal): -11338531 or 14548050. OLE color: 14548050.
HSL color Cylindrical-coordinate representation of color #52FCDD: hue angle of 169.06º 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 #52FCDD is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 252 | 221 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.01 |
| HSL | 169.06º | 0.97% | 0.65% | - |
| HSV(B) | 169.06º | 0.67% | 0.99% | - |
| XYZ | 51.34 | 76.64 | 80.49 | - |
| YUV | 197.64 | 141.18 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 252 | 221 | 0.67 | 0 | 0.12 | 0.01 | 169.06 | 0.97 | 0.65 |
| Hex | 52 | FC | DD | 43 | 0 | C | 1 | A9 | 61 | 41 |
| Octal | 122 | 374 | 335 | 103 | 0 | 14 | 1 | 251 | 141 | 101 |
| Binary | 1010010 | 11111100 | 11011101 | 1000011 | 0 | 1100 | 1 | 10101001 | 1100001 | 1000001 |
Color Harmonies of #52FCDD
Complementary color
Monochromatic Colors of #52FCDD
Black with #52FCDD
Text Example
Text Example
White with #52FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FCDD; }
p { color: rgb(82,252,221); }
H1.HeaderClassName
{
color: #52FCDD;
}
.AnyTagClassName
{
color: #52FCDD;
}
</style>
background-color css
<style>
a { background-color: #52FCDD; }
a { background-color: rgb(82,252,221); }
div.DivClassName
{
background-color: #52FCDD;
}
.BgClassName
{
background-color: #52FCDD;
}
</style>
border-color css
<style>
span { border-color: #52FCDD; }
span { border-color: rgb(82,252,221); }
td.TdClassName
{
border-color: #52FCDD;
}
.TagClassName
{
border-color: #52FCDD;
}
</style>