Shades of Medium Turquoise #53DBDC
Tints of Medium Turquoise #53DBDC
RGB
CMYK
RGB Variations
Color information
#53DBDC (or 0x53DBDC) is known color: Medium Turquoise. HEX triplet: 53, DB and DC. RGB value is (83,219,220). Sum of RGB (Red+Green+Blue) = 83+219+220=522 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.90% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #53DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DBDC is #AC2423. Grayscale: #B2B2B2. Windows color (decimal): -11281444 or 14474067. OLE color: 14474067.
HSL color Cylindrical-coordinate representation of color #53DBDC: 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.62%. Process color model (Four color, CMYK) of #53DBDC is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 220 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.14 |
| HSL | 180.44º | 0.66% | 0.59% | - |
| HSV(B) | 180.44º | 0.62% | 0.86% | - |
| XYZ | 41.82 | 57.67 | 76.64 | - |
| YUV | 178.45 | 151.44 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 220 | 0.62 | 0.00 | 0 | 0.14 | 180.44 | 0.66 | 0.59 |
| Hex | 53 | DB | DC | 3E | 0 | 0 | E | B4 | 42 | 3B |
| Octal | 123 | 333 | 334 | 76 | 0 | 0 | 16 | 264 | 102 | 73 |
| Binary | 1010011 | 11011011 | 11011100 | 111110 | 0 | 0 | 1110 | 10110100 | 1000010 | 111011 |
Color Harmonies of #53DBDC
Complementary color
Monochromatic Colors of #53DBDC
Black with #53DBDC
Text Example
Text Example
White with #53DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DBDC; }
p { color: rgb(83,219,220); }
H1.HeaderClassName
{
color: #53DBDC;
}
.AnyTagClassName
{
color: #53DBDC;
}
</style>
background-color css
<style>
a { background-color: #53DBDC; }
a { background-color: rgb(83,219,220); }
div.DivClassName
{
background-color: #53DBDC;
}
.BgClassName
{
background-color: #53DBDC;
}
</style>
border-color css
<style>
span { border-color: #53DBDC; }
span { border-color: rgb(83,219,220); }
td.TdClassName
{
border-color: #53DBDC;
}
.TagClassName
{
border-color: #53DBDC;
}
</style>