Shades of Turquoise #52DEE0
Tints of Turquoise #52DEE0
RGB
CMYK
RGB Variations
Color information
#52DEE0 (or 0x52DEE0) is known color: Turquoise. HEX triplet: 52, DE and E0. RGB value is (82,222,224). Sum of RGB (Red+Green+Blue) = 82+222+224=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #52DEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DEE0 is #AD211F. Grayscale: #B4B4B4. Windows color (decimal): -11346208 or 14736978. OLE color: 14736978.
HSL color Cylindrical-coordinate representation of color #52DEE0: hue angle of 180.85º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DEE0 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 222 | 224 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.12 |
| HSL | 180.85º | 0.7% | 0.6% | - |
| HSV(B) | 180.85º | 0.63% | 0.88% | - |
| XYZ | 43.06 | 59.42 | 79.72 | - |
| YUV | 180.37 | 152.62 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 222 | 224 | 0.63 | 0.01 | 0 | 0.12 | 180.85 | 0.7 | 0.6 |
| Hex | 52 | DE | E0 | 3F | 1 | 0 | C | B5 | 46 | 3C |
| Octal | 122 | 336 | 340 | 77 | 1 | 0 | 14 | 265 | 106 | 74 |
| Binary | 1010010 | 11011110 | 11100000 | 111111 | 1 | 0 | 1100 | 10110101 | 1000110 | 111100 |
Color Harmonies of #52DEE0
Complementary color
Monochromatic Colors of #52DEE0
Black with #52DEE0
Text Example
Text Example
White with #52DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DEE0; }
p { color: rgb(82,222,224); }
H1.HeaderClassName
{
color: #52DEE0;
}
.AnyTagClassName
{
color: #52DEE0;
}
</style>
background-color css
<style>
a { background-color: #52DEE0; }
a { background-color: rgb(82,222,224); }
div.DivClassName
{
background-color: #52DEE0;
}
.BgClassName
{
background-color: #52DEE0;
}
</style>
border-color css
<style>
span { border-color: #52DEE0; }
span { border-color: rgb(82,222,224); }
td.TdClassName
{
border-color: #52DEE0;
}
.TagClassName
{
border-color: #52DEE0;
}
</style>