Shades of Medium Turquoise #53DDE0
Tints of Medium Turquoise #53DDE0
RGB
CMYK
RGB Variations
Color information
#53DDE0 (or 0x53DDE0) is known color: Medium Turquoise. HEX triplet: 53, DD and E0. RGB value is (83,221,224). Sum of RGB (Red+Green+Blue) = 83+221+224=528 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.72% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #53DDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DDE0 is #AC221F. Grayscale: #B3B3B3. Windows color (decimal): -11280928 or 14736723. OLE color: 14736723.
HSL color Cylindrical-coordinate representation of color #53DDE0: hue angle of 181.28º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DDE0 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 221 | 224 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.12 |
| HSL | 181.28º | 0.69% | 0.6% | - |
| HSV(B) | 181.28º | 0.63% | 0.88% | - |
| XYZ | 42.88 | 58.93 | 79.64 | - |
| YUV | 180.08 | 152.78 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 224 | 0.63 | 0.01 | 0 | 0.12 | 181.28 | 0.69 | 0.6 |
| Hex | 53 | DD | E0 | 3F | 1 | 0 | C | B5 | 45 | 3C |
| Octal | 123 | 335 | 340 | 77 | 1 | 0 | 14 | 265 | 105 | 74 |
| Binary | 1010011 | 11011101 | 11100000 | 111111 | 1 | 0 | 1100 | 10110101 | 1000101 | 111100 |
Color Harmonies of #53DDE0
Complementary color
Monochromatic Colors of #53DDE0
Black with #53DDE0
Text Example
Text Example
White with #53DDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DDE0; }
p { color: rgb(83,221,224); }
H1.HeaderClassName
{
color: #53DDE0;
}
.AnyTagClassName
{
color: #53DDE0;
}
</style>
background-color css
<style>
a { background-color: #53DDE0; }
a { background-color: rgb(83,221,224); }
div.DivClassName
{
background-color: #53DDE0;
}
.BgClassName
{
background-color: #53DDE0;
}
</style>
border-color css
<style>
span { border-color: #53DDE0; }
span { border-color: rgb(83,221,224); }
td.TdClassName
{
border-color: #53DDE0;
}
.TagClassName
{
border-color: #53DDE0;
}
</style>