Shades of Medium Turquoise #52DACB
Tints of Medium Turquoise #52DACB
RGB
CMYK
RGB Variations
Color information
#52DACB (or 0x52DACB) is known color: Medium Turquoise. HEX triplet: 52, DA and CB. RGB value is (82,218,203). Sum of RGB (Red+Green+Blue) = 82+218+203=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #52DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DACB is #AD2534. Grayscale: #AFAFAF. Windows color (decimal): -11347253 or 13359698. OLE color: 13359698.
HSL color Cylindrical-coordinate representation of color #52DACB: hue angle of 173.38º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DACB is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 218 | 203 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.15 |
| HSL | 173.38º | 0.65% | 0.59% | - |
| HSV(B) | 173.38º | 0.62% | 0.85% | - |
| XYZ | 39.33 | 56.25 | 65.28 | - |
| YUV | 175.63 | 143.44 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 203 | 0.62 | 0 | 0.07 | 0.15 | 173.38 | 0.65 | 0.59 |
| Hex | 52 | DA | CB | 3E | 0 | 7 | F | AD | 41 | 3B |
| Octal | 122 | 332 | 313 | 76 | 0 | 7 | 17 | 255 | 101 | 73 |
| Binary | 1010010 | 11011010 | 11001011 | 111110 | 0 | 111 | 1111 | 10101101 | 1000001 | 111011 |
Color Harmonies of #52DACB
Complementary color
Monochromatic Colors of #52DACB
Black with #52DACB
Text Example
Text Example
White with #52DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DACB; }
p { color: rgb(82,218,203); }
H1.HeaderClassName
{
color: #52DACB;
}
.AnyTagClassName
{
color: #52DACB;
}
</style>
background-color css
<style>
a { background-color: #52DACB; }
a { background-color: rgb(82,218,203); }
div.DivClassName
{
background-color: #52DACB;
}
.BgClassName
{
background-color: #52DACB;
}
</style>
border-color css
<style>
span { border-color: #52DACB; }
span { border-color: rgb(82,218,203); }
td.TdClassName
{
border-color: #52DACB;
}
.TagClassName
{
border-color: #52DACB;
}
</style>