Shades of Medium Turquoise #52DABF
Tints of Medium Turquoise #52DABF
RGB
CMYK
RGB Variations
Color information
#52DABF (or 0x52DABF) is known color: Medium Turquoise. HEX triplet: 52, DA and BF. RGB value is (82,218,191). Sum of RGB (Red+Green+Blue) = 82+218+191=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #52DABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DABF is #AD2540. Grayscale: #AEAEAE. Windows color (decimal): -11347265 or 12573266. OLE color: 12573266.
HSL color Cylindrical-coordinate representation of color #52DABF: hue angle of 168.09º 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 #52DABF is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 218 | 191 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.15 |
| HSL | 168.09º | 0.65% | 0.59% | - |
| HSV(B) | 168.09º | 0.62% | 0.85% | - |
| XYZ | 37.96 | 55.7 | 58.04 | - |
| YUV | 174.26 | 137.44 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 191 | 0.62 | 0 | 0.12 | 0.15 | 168.09 | 0.65 | 0.59 |
| Hex | 52 | DA | BF | 3E | 0 | C | F | A8 | 41 | 3B |
| Octal | 122 | 332 | 277 | 76 | 0 | 14 | 17 | 250 | 101 | 73 |
| Binary | 1010010 | 11011010 | 10111111 | 111110 | 0 | 1100 | 1111 | 10101000 | 1000001 | 111011 |
Color Harmonies of #52DABF
Complementary color
Monochromatic Colors of #52DABF
Black with #52DABF
Text Example
Text Example
White with #52DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DABF; }
p { color: rgb(82,218,191); }
H1.HeaderClassName
{
color: #52DABF;
}
.AnyTagClassName
{
color: #52DABF;
}
</style>
background-color css
<style>
a { background-color: #52DABF; }
a { background-color: rgb(82,218,191); }
div.DivClassName
{
background-color: #52DABF;
}
.BgClassName
{
background-color: #52DABF;
}
</style>
border-color css
<style>
span { border-color: #52DABF; }
span { border-color: rgb(82,218,191); }
td.TdClassName
{
border-color: #52DABF;
}
.TagClassName
{
border-color: #52DABF;
}
</style>