Shades of Medium Turquoise #52DACA
Tints of Medium Turquoise #52DACA
RGB
CMYK
RGB Variations
Color information
#52DACA (or 0x52DACA) is known color: Medium Turquoise. HEX triplet: 52, DA and CA. RGB value is (82,218,202). Sum of RGB (Red+Green+Blue) = 82+218+202=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #52DACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DACA is #AD2535. Grayscale: #AFAFAF. Windows color (decimal): -11347254 or 13294162. OLE color: 13294162.
HSL color Cylindrical-coordinate representation of color #52DACA: hue angle of 172.94º 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 #52DACA is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 218 | 202 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.15 |
| HSL | 172.94º | 0.65% | 0.59% | - |
| HSV(B) | 172.94º | 0.62% | 0.85% | - |
| XYZ | 39.21 | 56.2 | 64.66 | - |
| YUV | 175.51 | 142.94 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 202 | 0.62 | 0 | 0.07 | 0.15 | 172.94 | 0.65 | 0.59 |
| Hex | 52 | DA | CA | 3E | 0 | 7 | F | AD | 41 | 3B |
| Octal | 122 | 332 | 312 | 76 | 0 | 7 | 17 | 255 | 101 | 73 |
| Binary | 1010010 | 11011010 | 11001010 | 111110 | 0 | 111 | 1111 | 10101101 | 1000001 | 111011 |
Color Harmonies of #52DACA
Complementary color
Monochromatic Colors of #52DACA
Black with #52DACA
Text Example
Text Example
White with #52DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DACA; }
p { color: rgb(82,218,202); }
H1.HeaderClassName
{
color: #52DACA;
}
.AnyTagClassName
{
color: #52DACA;
}
</style>
background-color css
<style>
a { background-color: #52DACA; }
a { background-color: rgb(82,218,202); }
div.DivClassName
{
background-color: #52DACA;
}
.BgClassName
{
background-color: #52DACA;
}
</style>
border-color css
<style>
span { border-color: #52DACA; }
span { border-color: rgb(82,218,202); }
td.TdClassName
{
border-color: #52DACA;
}
.TagClassName
{
border-color: #52DACA;
}
</style>