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