Shades of Medium Turquoise #53DCBC
Tints of Medium Turquoise #53DCBC
RGB
CMYK
RGB Variations
Color information
#53DCBC (or 0x53DCBC) is known color: Medium Turquoise. HEX triplet: 53, DC and BC. RGB value is (83,220,188). Sum of RGB (Red+Green+Blue) = 83+220+188=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCBC is #AC2343. Grayscale: #AFAFAF. Windows color (decimal): -11281220 or 12377171. OLE color: 12377171.
HSL color Cylindrical-coordinate representation of color #53DCBC: hue angle of 165.99º 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 #53DCBC is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 188 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.14 |
| HSL | 165.99º | 0.66% | 0.59% | - |
| HSV(B) | 165.99º | 0.62% | 0.86% | - |
| XYZ | 38.24 | 56.66 | 56.5 | - |
| YUV | 175.39 | 135.11 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 188 | 0.62 | 0 | 0.15 | 0.14 | 165.99 | 0.66 | 0.59 |
| Hex | 53 | DC | BC | 3E | 0 | F | E | A6 | 42 | 3B |
| Octal | 123 | 334 | 274 | 76 | 0 | 17 | 16 | 246 | 102 | 73 |
| Binary | 1010011 | 11011100 | 10111100 | 111110 | 0 | 1111 | 1110 | 10100110 | 1000010 | 111011 |
Color Harmonies of #53DCBC
Complementary color
Monochromatic Colors of #53DCBC
Black with #53DCBC
Text Example
Text Example
White with #53DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCBC; }
p { color: rgb(83,220,188); }
H1.HeaderClassName
{
color: #53DCBC;
}
.AnyTagClassName
{
color: #53DCBC;
}
</style>
background-color css
<style>
a { background-color: #53DCBC; }
a { background-color: rgb(83,220,188); }
div.DivClassName
{
background-color: #53DCBC;
}
.BgClassName
{
background-color: #53DCBC;
}
</style>
border-color css
<style>
span { border-color: #53DCBC; }
span { border-color: rgb(83,220,188); }
td.TdClassName
{
border-color: #53DCBC;
}
.TagClassName
{
border-color: #53DCBC;
}
</style>