Shades of Turquoise #52DFCC
Tints of Turquoise #52DFCC
RGB
CMYK
RGB Variations
Color information
#52DFCC (or 0x52DFCC) is known color: Turquoise. HEX triplet: 52, DF and CC. RGB value is (82,223,204). Sum of RGB (Red+Green+Blue) = 82+223+204=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFCC is #AD2033. Grayscale: #B2B2B2. Windows color (decimal): -11345972 or 13426514. OLE color: 13426514.
HSL color Cylindrical-coordinate representation of color #52DFCC: hue angle of 171.91º 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 #52DFCC is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 204 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.13 |
| HSL | 171.91º | 0.69% | 0.6% | - |
| HSV(B) | 171.91º | 0.63% | 0.87% | - |
| XYZ | 40.77 | 58.93 | 66.35 | - |
| YUV | 178.68 | 142.29 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 204 | 0.63 | 0 | 0.09 | 0.13 | 171.91 | 0.69 | 0.6 |
| Hex | 52 | DF | CC | 3F | 0 | 9 | D | AC | 45 | 3C |
| Octal | 122 | 337 | 314 | 77 | 0 | 11 | 15 | 254 | 105 | 74 |
| Binary | 1010010 | 11011111 | 11001100 | 111111 | 0 | 1001 | 1101 | 10101100 | 1000101 | 111100 |
Color Harmonies of #52DFCC
Complementary color
Monochromatic Colors of #52DFCC
Black with #52DFCC
Text Example
Text Example
White with #52DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DFCC; }
p { color: rgb(82,223,204); }
H1.HeaderClassName
{
color: #52DFCC;
}
.AnyTagClassName
{
color: #52DFCC;
}
</style>
background-color css
<style>
a { background-color: #52DFCC; }
a { background-color: rgb(82,223,204); }
div.DivClassName
{
background-color: #52DFCC;
}
.BgClassName
{
background-color: #52DFCC;
}
</style>
border-color css
<style>
span { border-color: #52DFCC; }
span { border-color: rgb(82,223,204); }
td.TdClassName
{
border-color: #52DFCC;
}
.TagClassName
{
border-color: #52DFCC;
}
</style>