Shades of Medium Turquoise #53DBD1
Tints of Medium Turquoise #53DBD1
RGB
CMYK
RGB Variations
Color information
#53DBD1 (or 0x53DBD1) is known color: Medium Turquoise. HEX triplet: 53, DB and D1. RGB value is (83,219,209). Sum of RGB (Red+Green+Blue) = 83+219+209=511 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.24% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DBD1 is #AC242E. Grayscale: #B1B1B1. Windows color (decimal): -11281455 or 13753171. OLE color: 13753171.
HSL color Cylindrical-coordinate representation of color #53DBD1: hue angle of 175.59º 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 #53DBD1 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 209 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.14 |
| HSL | 175.59º | 0.65% | 0.59% | - |
| HSV(B) | 175.59º | 0.62% | 0.86% | - |
| XYZ | 40.41 | 57.11 | 69.21 | - |
| YUV | 177.2 | 145.94 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 209 | 0.62 | 0 | 0.05 | 0.14 | 175.59 | 0.65 | 0.59 |
| Hex | 53 | DB | D1 | 3E | 0 | 5 | E | B0 | 41 | 3B |
| Octal | 123 | 333 | 321 | 76 | 0 | 5 | 16 | 260 | 101 | 73 |
| Binary | 1010011 | 11011011 | 11010001 | 111110 | 0 | 101 | 1110 | 10110000 | 1000001 | 111011 |
Color Harmonies of #53DBD1
Complementary color
Monochromatic Colors of #53DBD1
Black with #53DBD1
Text Example
Text Example
White with #53DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DBD1; }
p { color: rgb(83,219,209); }
H1.HeaderClassName
{
color: #53DBD1;
}
.AnyTagClassName
{
color: #53DBD1;
}
</style>
background-color css
<style>
a { background-color: #53DBD1; }
a { background-color: rgb(83,219,209); }
div.DivClassName
{
background-color: #53DBD1;
}
.BgClassName
{
background-color: #53DBD1;
}
</style>
border-color css
<style>
span { border-color: #53DBD1; }
span { border-color: rgb(83,219,209); }
td.TdClassName
{
border-color: #53DBD1;
}
.TagClassName
{
border-color: #53DBD1;
}
</style>