Shades of Medium Turquoise #52D6CB
Tints of Medium Turquoise #52D6CB
RGB
CMYK
RGB Variations
Color information
#52D6CB (or 0x52D6CB) is known color: Medium Turquoise. HEX triplet: 52, D6 and CB. RGB value is (82,214,203). Sum of RGB (Red+Green+Blue) = 82+214+203=499 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.43% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #52D6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D6CB is #AD2934. Grayscale: #ADADAD. Windows color (decimal): -11348277 or 13358674. OLE color: 13358674.
HSL color Cylindrical-coordinate representation of color #52D6CB: hue angle of 175º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D6CB is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 203 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.16 |
| HSL | 175º | 0.62% | 0.58% | - |
| HSV(B) | 175º | 0.62% | 0.84% | - |
| XYZ | 38.31 | 54.2 | 64.94 | - |
| YUV | 173.28 | 144.77 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 203 | 0.62 | 0 | 0.05 | 0.16 | 175 | 0.62 | 0.58 |
| Hex | 52 | D6 | CB | 3E | 0 | 5 | 10 | AF | 3E | 3A |
| Octal | 122 | 326 | 313 | 76 | 0 | 5 | 20 | 257 | 76 | 72 |
| Binary | 1010010 | 11010110 | 11001011 | 111110 | 0 | 101 | 10000 | 10101111 | 111110 | 111010 |
Color Harmonies of #52D6CB
Complementary color
Monochromatic Colors of #52D6CB
Black with #52D6CB
Text Example
Text Example
White with #52D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D6CB; }
p { color: rgb(82,214,203); }
H1.HeaderClassName
{
color: #52D6CB;
}
.AnyTagClassName
{
color: #52D6CB;
}
</style>
background-color css
<style>
a { background-color: #52D6CB; }
a { background-color: rgb(82,214,203); }
div.DivClassName
{
background-color: #52D6CB;
}
.BgClassName
{
background-color: #52D6CB;
}
</style>
border-color css
<style>
span { border-color: #52D6CB; }
span { border-color: rgb(82,214,203); }
td.TdClassName
{
border-color: #52D6CB;
}
.TagClassName
{
border-color: #52D6CB;
}
</style>