Shades of Medium Turquoise #52DADB
Tints of Medium Turquoise #52DADB
RGB
CMYK
RGB Variations
Color information
#52DADB (or 0x52DADB) is known color: Medium Turquoise. HEX triplet: 52, DA and DB. RGB value is (82,218,219). Sum of RGB (Red+Green+Blue) = 82+218+219=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #52DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DADB is #AD2524. Grayscale: #B1B1B1. Windows color (decimal): -11347237 or 14408274. OLE color: 14408274.
HSL color Cylindrical-coordinate representation of color #52DADB: hue angle of 180.44º 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 #52DADB is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 218 | 219 | - |
| CMYK | 0.63 | 0.00 | 0 | 0.14 |
| HSL | 180.44º | 0.66% | 0.59% | - |
| HSV(B) | 180.44º | 0.63% | 0.86% | - |
| XYZ | 41.34 | 57.05 | 75.85 | - |
| YUV | 177.45 | 151.44 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 219 | 0.63 | 0.00 | 0 | 0.14 | 180.44 | 0.66 | 0.59 |
| Hex | 52 | DA | DB | 3F | 0 | 0 | E | B4 | 42 | 3B |
| Octal | 122 | 332 | 333 | 77 | 0 | 0 | 16 | 264 | 102 | 73 |
| Binary | 1010010 | 11011010 | 11011011 | 111111 | 0 | 0 | 1110 | 10110100 | 1000010 | 111011 |
Color Harmonies of #52DADB
Complementary color
Monochromatic Colors of #52DADB
Black with #52DADB
Text Example
Text Example
White with #52DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DADB; }
p { color: rgb(82,218,219); }
H1.HeaderClassName
{
color: #52DADB;
}
.AnyTagClassName
{
color: #52DADB;
}
</style>
background-color css
<style>
a { background-color: #52DADB; }
a { background-color: rgb(82,218,219); }
div.DivClassName
{
background-color: #52DADB;
}
.BgClassName
{
background-color: #52DADB;
}
</style>
border-color css
<style>
span { border-color: #52DADB; }
span { border-color: rgb(82,218,219); }
td.TdClassName
{
border-color: #52DADB;
}
.TagClassName
{
border-color: #52DADB;
}
</style>