Shades of Turquoise #52DEDC
Tints of Turquoise #52DEDC
RGB
CMYK
RGB Variations
Color information
#52DEDC (or 0x52DEDC) is known color: Turquoise. HEX triplet: 52, DE and DC. RGB value is (82,222,220). Sum of RGB (Red+Green+Blue) = 82+222+220=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #52DEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DEDC is #AD2123. Grayscale: #B3B3B3. Windows color (decimal): -11346212 or 14474834. OLE color: 14474834.
HSL color Cylindrical-coordinate representation of color #52DEDC: hue angle of 179.14º degrees, saturation: 0.68, 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 #52DEDC is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 222 | 220 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.13 |
| HSL | 179.14º | 0.68% | 0.6% | - |
| HSV(B) | 179.14º | 0.63% | 0.87% | - |
| XYZ | 42.52 | 59.2 | 76.9 | - |
| YUV | 179.91 | 150.62 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 222 | 220 | 0.63 | 0 | 0.01 | 0.13 | 179.14 | 0.68 | 0.6 |
| Hex | 52 | DE | DC | 3F | 0 | 1 | D | B3 | 44 | 3C |
| Octal | 122 | 336 | 334 | 77 | 0 | 1 | 15 | 263 | 104 | 74 |
| Binary | 1010010 | 11011110 | 11011100 | 111111 | 0 | 1 | 1101 | 10110011 | 1000100 | 111100 |
Color Harmonies of #52DEDC
Complementary color
Monochromatic Colors of #52DEDC
Black with #52DEDC
Text Example
Text Example
White with #52DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DEDC; }
p { color: rgb(82,222,220); }
H1.HeaderClassName
{
color: #52DEDC;
}
.AnyTagClassName
{
color: #52DEDC;
}
</style>
background-color css
<style>
a { background-color: #52DEDC; }
a { background-color: rgb(82,222,220); }
div.DivClassName
{
background-color: #52DEDC;
}
.BgClassName
{
background-color: #52DEDC;
}
</style>
border-color css
<style>
span { border-color: #52DEDC; }
span { border-color: rgb(82,222,220); }
td.TdClassName
{
border-color: #52DEDC;
}
.TagClassName
{
border-color: #52DEDC;
}
</style>