Shades of Medium Turquoise #53D1DB
Tints of Medium Turquoise #53D1DB
RGB
CMYK
RGB Variations
Color information
#53D1DB (or 0x53D1DB) is known color: Medium Turquoise. HEX triplet: 53, D1 and DB. RGB value is (83,209,219). Sum of RGB (Red+Green+Blue) = 83+209+219=511 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.24% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #53D1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D1DB is #AC2E24. Grayscale: #ACACAC. Windows color (decimal): -11284005 or 14405971. OLE color: 14405971.
HSL color Cylindrical-coordinate representation of color #53D1DB: hue angle of 184.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D1DB is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 209 | 219 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.14 |
| HSL | 184.41º | 0.65% | 0.59% | - |
| HSV(B) | 184.41º | 0.62% | 0.86% | - |
| XYZ | 39.15 | 52.55 | 75.1 | - |
| YUV | 172.47 | 154.26 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 209 | 219 | 0.62 | 0.05 | 0 | 0.14 | 184.41 | 0.65 | 0.59 |
| Hex | 53 | D1 | DB | 3E | 5 | 0 | E | B8 | 41 | 3B |
| Octal | 123 | 321 | 333 | 76 | 5 | 0 | 16 | 270 | 101 | 73 |
| Binary | 1010011 | 11010001 | 11011011 | 111110 | 101 | 0 | 1110 | 10111000 | 1000001 | 111011 |
Color Harmonies of #53D1DB
Complementary color
Monochromatic Colors of #53D1DB
Black with #53D1DB
Text Example
Text Example
White with #53D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D1DB; }
p { color: rgb(83,209,219); }
H1.HeaderClassName
{
color: #53D1DB;
}
.AnyTagClassName
{
color: #53D1DB;
}
</style>
background-color css
<style>
a { background-color: #53D1DB; }
a { background-color: rgb(83,209,219); }
div.DivClassName
{
background-color: #53D1DB;
}
.BgClassName
{
background-color: #53D1DB;
}
</style>
border-color css
<style>
span { border-color: #53D1DB; }
span { border-color: rgb(83,209,219); }
td.TdClassName
{
border-color: #53D1DB;
}
.TagClassName
{
border-color: #53D1DB;
}
</style>