Shades of Turquoise #52DFCD
Tints of Turquoise #52DFCD
RGB
CMYK
RGB Variations
Color information
#52DFCD (or 0x52DFCD) is known color: Turquoise. HEX triplet: 52, DF and CD. RGB value is (82,223,205). Sum of RGB (Red+Green+Blue) = 82+223+205=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFCD is #AD2032. Grayscale: #B2B2B2. Windows color (decimal): -11345971 or 13492050. OLE color: 13492050.
HSL color Cylindrical-coordinate representation of color #52DFCD: hue angle of 172.34º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DFCD is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 205 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.13 |
| HSL | 172.34º | 0.69% | 0.6% | - |
| HSV(B) | 172.34º | 0.63% | 0.87% | - |
| XYZ | 40.89 | 58.98 | 66.99 | - |
| YUV | 178.79 | 142.79 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 205 | 0.63 | 0 | 0.08 | 0.13 | 172.34 | 0.69 | 0.6 |
| Hex | 52 | DF | CD | 3F | 0 | 8 | D | AC | 45 | 3C |
| Octal | 122 | 337 | 315 | 77 | 0 | 10 | 15 | 254 | 105 | 74 |
| Binary | 1010010 | 11011111 | 11001101 | 111111 | 0 | 1000 | 1101 | 10101100 | 1000101 | 111100 |
Color Harmonies of #52DFCD
Complementary color
Monochromatic Colors of #52DFCD
Black with #52DFCD
Text Example
Text Example
White with #52DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DFCD; }
p { color: rgb(82,223,205); }
H1.HeaderClassName
{
color: #52DFCD;
}
.AnyTagClassName
{
color: #52DFCD;
}
</style>
background-color css
<style>
a { background-color: #52DFCD; }
a { background-color: rgb(82,223,205); }
div.DivClassName
{
background-color: #52DFCD;
}
.BgClassName
{
background-color: #52DFCD;
}
</style>
border-color css
<style>
span { border-color: #52DFCD; }
span { border-color: rgb(82,223,205); }
td.TdClassName
{
border-color: #52DFCD;
}
.TagClassName
{
border-color: #52DFCD;
}
</style>