Shades of Medium Turquoise #52DCCE
Tints of Medium Turquoise #52DCCE
RGB
CMYK
RGB Variations
Color information
#52DCCE (or 0x52DCCE) is known color: Medium Turquoise. HEX triplet: 52, DC and CE. RGB value is (82,220,206). Sum of RGB (Red+Green+Blue) = 82+220+206=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCCE is #AD2331. Grayscale: #B1B1B1. Windows color (decimal): -11346738 or 13556818. OLE color: 13556818.
HSL color Cylindrical-coordinate representation of color #52DCCE: hue angle of 173.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DCCE is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 206 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.14 |
| HSL | 173.91º | 0.66% | 0.59% | - |
| HSV(B) | 173.91º | 0.63% | 0.86% | - |
| XYZ | 40.21 | 57.44 | 67.36 | - |
| YUV | 177.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 206 | 0.63 | 0 | 0.06 | 0.14 | 173.91 | 0.66 | 0.59 |
| Hex | 52 | DC | CE | 3F | 0 | 6 | E | AE | 42 | 3B |
| Octal | 122 | 334 | 316 | 77 | 0 | 6 | 16 | 256 | 102 | 73 |
| Binary | 1010010 | 11011100 | 11001110 | 111111 | 0 | 110 | 1110 | 10101110 | 1000010 | 111011 |
Color Harmonies of #52DCCE
Complementary color
Monochromatic Colors of #52DCCE
Black with #52DCCE
Text Example
Text Example
White with #52DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCCE; }
p { color: rgb(82,220,206); }
H1.HeaderClassName
{
color: #52DCCE;
}
.AnyTagClassName
{
color: #52DCCE;
}
</style>
background-color css
<style>
a { background-color: #52DCCE; }
a { background-color: rgb(82,220,206); }
div.DivClassName
{
background-color: #52DCCE;
}
.BgClassName
{
background-color: #52DCCE;
}
</style>
border-color css
<style>
span { border-color: #52DCCE; }
span { border-color: rgb(82,220,206); }
td.TdClassName
{
border-color: #52DCCE;
}
.TagClassName
{
border-color: #52DCCE;
}
</style>