Shades of Medium Turquoise #53DDDB
Tints of Medium Turquoise #53DDDB
RGB
CMYK
RGB Variations
Color information
#53DDDB (or 0x53DDDB) is known color: Medium Turquoise. HEX triplet: 53, DD and DB. RGB value is (83,221,219). Sum of RGB (Red+Green+Blue) = 83+221+219=523 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.87% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DDDB is #AC2224. Grayscale: #B3B3B3. Windows color (decimal): -11280933 or 14409043. OLE color: 14409043.
HSL color Cylindrical-coordinate representation of color #53DDDB: hue angle of 179.13º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DDDB is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 219 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.13 |
| HSL | 179.13º | 0.67% | 0.6% | - |
| HSV(B) | 179.13º | 0.62% | 0.87% | - |
| XYZ | 42.21 | 58.67 | 76.12 | - |
| YUV | 179.51 | 150.28 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 219 | 0.62 | 0 | 0.01 | 0.13 | 179.13 | 0.67 | 0.6 |
| Hex | 53 | DD | DB | 3E | 0 | 1 | D | B3 | 43 | 3C |
| Octal | 123 | 335 | 333 | 76 | 0 | 1 | 15 | 263 | 103 | 74 |
| Binary | 1010011 | 11011101 | 11011011 | 111110 | 0 | 1 | 1101 | 10110011 | 1000011 | 111100 |
Color Harmonies of #53DDDB
Complementary color
Monochromatic Colors of #53DDDB
Black with #53DDDB
Text Example
Text Example
White with #53DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDDB; }
p { color: rgb(83,221,219); }
H1.HeaderClassName
{
color: #53DDDB;
}
.AnyTagClassName
{
color: #53DDDB;
}
</style>
background-color css
<style>
a { background-color: #53DDDB; }
a { background-color: rgb(83,221,219); }
div.DivClassName
{
background-color: #53DDDB;
}
.BgClassName
{
background-color: #53DDDB;
}
</style>
border-color css
<style>
span { border-color: #53DDDB; }
span { border-color: rgb(83,221,219); }
td.TdClassName
{
border-color: #53DDDB;
}
.TagClassName
{
border-color: #53DDDB;
}
</style>