Shades of Medium Turquoise #53DACB
Tints of Medium Turquoise #53DACB
RGB
CMYK
RGB Variations
Color information
#53DACB (or 0x53DACB) is known color: Medium Turquoise. HEX triplet: 53, DA and CB. RGB value is (83,218,203). Sum of RGB (Red+Green+Blue) = 83+218+203=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #53DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DACB is #AC2534. Grayscale: #AFAFAF. Windows color (decimal): -11281717 or 13359699. OLE color: 13359699.
HSL color Cylindrical-coordinate representation of color #53DACB: hue angle of 173.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DACB is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 218 | 203 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.15 |
| HSL | 173.33º | 0.65% | 0.59% | - |
| HSV(B) | 173.33º | 0.62% | 0.85% | - |
| XYZ | 39.42 | 56.29 | 65.29 | - |
| YUV | 175.93 | 143.27 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 203 | 0.62 | 0 | 0.07 | 0.15 | 173.33 | 0.65 | 0.59 |
| Hex | 53 | DA | CB | 3E | 0 | 7 | F | AD | 41 | 3B |
| Octal | 123 | 332 | 313 | 76 | 0 | 7 | 17 | 255 | 101 | 73 |
| Binary | 1010011 | 11011010 | 11001011 | 111110 | 0 | 111 | 1111 | 10101101 | 1000001 | 111011 |
Color Harmonies of #53DACB
Complementary color
Monochromatic Colors of #53DACB
Black with #53DACB
Text Example
Text Example
White with #53DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DACB; }
p { color: rgb(83,218,203); }
H1.HeaderClassName
{
color: #53DACB;
}
.AnyTagClassName
{
color: #53DACB;
}
</style>
background-color css
<style>
a { background-color: #53DACB; }
a { background-color: rgb(83,218,203); }
div.DivClassName
{
background-color: #53DACB;
}
.BgClassName
{
background-color: #53DACB;
}
</style>
border-color css
<style>
span { border-color: #53DACB; }
span { border-color: rgb(83,218,203); }
td.TdClassName
{
border-color: #53DACB;
}
.TagClassName
{
border-color: #53DACB;
}
</style>