Shades of Medium Turquoise #53DBBC
Tints of Medium Turquoise #53DBBC
RGB
CMYK
RGB Variations
Color information
#53DBBC (or 0x53DBBC) is known color: Medium Turquoise. HEX triplet: 53, DB and BC. RGB value is (83,219,188). Sum of RGB (Red+Green+Blue) = 83+219+188=490 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.94% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DBBC is #AC2443. Grayscale: #AEAEAE. Windows color (decimal): -11281476 or 12376915. OLE color: 12376915.
HSL color Cylindrical-coordinate representation of color #53DBBC: hue angle of 166.32º 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 #53DBBC is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 188 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.14 |
| HSL | 166.32º | 0.65% | 0.59% | - |
| HSV(B) | 166.32º | 0.62% | 0.86% | - |
| XYZ | 37.98 | 56.13 | 56.41 | - |
| YUV | 174.8 | 135.44 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 188 | 0.62 | 0 | 0.14 | 0.14 | 166.32 | 0.65 | 0.59 |
| Hex | 53 | DB | BC | 3E | 0 | E | E | A6 | 41 | 3B |
| Octal | 123 | 333 | 274 | 76 | 0 | 16 | 16 | 246 | 101 | 73 |
| Binary | 1010011 | 11011011 | 10111100 | 111110 | 0 | 1110 | 1110 | 10100110 | 1000001 | 111011 |
Color Harmonies of #53DBBC
Complementary color
Monochromatic Colors of #53DBBC
Black with #53DBBC
Text Example
Text Example
White with #53DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DBBC; }
p { color: rgb(83,219,188); }
H1.HeaderClassName
{
color: #53DBBC;
}
.AnyTagClassName
{
color: #53DBBC;
}
</style>
background-color css
<style>
a { background-color: #53DBBC; }
a { background-color: rgb(83,219,188); }
div.DivClassName
{
background-color: #53DBBC;
}
.BgClassName
{
background-color: #53DBBC;
}
</style>
border-color css
<style>
span { border-color: #53DBBC; }
span { border-color: rgb(83,219,188); }
td.TdClassName
{
border-color: #53DBBC;
}
.TagClassName
{
border-color: #53DBBC;
}
</style>