Shades of Medium Turquoise #53DADC
Tints of Medium Turquoise #53DADC
RGB
CMYK
RGB Variations
Color information
#53DADC (or 0x53DADC) is known color: Medium Turquoise. HEX triplet: 53, DA and DC. RGB value is (83,218,220). Sum of RGB (Red+Green+Blue) = 83+218+220=521 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.93% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #53DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DADC is #AC2523. Grayscale: #B1B1B1. Windows color (decimal): -11281700 or 14473811. OLE color: 14473811.
HSL color Cylindrical-coordinate representation of color #53DADC: hue angle of 180.88º 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 #53DADC is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 218 | 220 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.14 |
| HSL | 180.88º | 0.66% | 0.59% | - |
| HSV(B) | 180.88º | 0.62% | 0.86% | - |
| XYZ | 41.56 | 57.15 | 76.55 | - |
| YUV | 177.86 | 151.77 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 220 | 0.62 | 0.01 | 0 | 0.14 | 180.88 | 0.66 | 0.59 |
| Hex | 53 | DA | DC | 3E | 1 | 0 | E | B5 | 42 | 3B |
| Octal | 123 | 332 | 334 | 76 | 1 | 0 | 16 | 265 | 102 | 73 |
| Binary | 1010011 | 11011010 | 11011100 | 111110 | 1 | 0 | 1110 | 10110101 | 1000010 | 111011 |
Color Harmonies of #53DADC
Complementary color
Monochromatic Colors of #53DADC
Black with #53DADC
Text Example
Text Example
White with #53DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DADC; }
p { color: rgb(83,218,220); }
H1.HeaderClassName
{
color: #53DADC;
}
.AnyTagClassName
{
color: #53DADC;
}
</style>
background-color css
<style>
a { background-color: #53DADC; }
a { background-color: rgb(83,218,220); }
div.DivClassName
{
background-color: #53DADC;
}
.BgClassName
{
background-color: #53DADC;
}
</style>
border-color css
<style>
span { border-color: #53DADC; }
span { border-color: rgb(83,218,220); }
td.TdClassName
{
border-color: #53DADC;
}
.TagClassName
{
border-color: #53DADC;
}
</style>