Shades of Medium Turquoise #52DBCB
Tints of Medium Turquoise #52DBCB
RGB
CMYK
RGB Variations
Color information
#52DBCB (or 0x52DBCB) is known color: Medium Turquoise. HEX triplet: 52, DB and CB. RGB value is (82,219,203). Sum of RGB (Red+Green+Blue) = 82+219+203=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBCB is #AD2434. Grayscale: #B0B0B0. Windows color (decimal): -11346997 or 13359954. OLE color: 13359954.
HSL color Cylindrical-coordinate representation of color #52DBCB: hue angle of 172.99º 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 #52DBCB is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 203 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.14 |
| HSL | 172.99º | 0.66% | 0.59% | - |
| HSV(B) | 172.99º | 0.63% | 0.86% | - |
| XYZ | 39.59 | 56.77 | 65.37 | - |
| YUV | 176.21 | 143.11 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 203 | 0.63 | 0 | 0.07 | 0.14 | 172.99 | 0.66 | 0.59 |
| Hex | 52 | DB | CB | 3F | 0 | 7 | E | AD | 42 | 3B |
| Octal | 122 | 333 | 313 | 77 | 0 | 7 | 16 | 255 | 102 | 73 |
| Binary | 1010010 | 11011011 | 11001011 | 111111 | 0 | 111 | 1110 | 10101101 | 1000010 | 111011 |
Color Harmonies of #52DBCB
Complementary color
Monochromatic Colors of #52DBCB
Black with #52DBCB
Text Example
Text Example
White with #52DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBCB; }
p { color: rgb(82,219,203); }
H1.HeaderClassName
{
color: #52DBCB;
}
.AnyTagClassName
{
color: #52DBCB;
}
</style>
background-color css
<style>
a { background-color: #52DBCB; }
a { background-color: rgb(82,219,203); }
div.DivClassName
{
background-color: #52DBCB;
}
.BgClassName
{
background-color: #52DBCB;
}
</style>
border-color css
<style>
span { border-color: #52DBCB; }
span { border-color: rgb(82,219,203); }
td.TdClassName
{
border-color: #52DBCB;
}
.TagClassName
{
border-color: #52DBCB;
}
</style>