Shades of Medium Turquoise #53DCC6
Tints of Medium Turquoise #53DCC6
RGB
CMYK
RGB Variations
Color information
#53DCC6 (or 0x53DCC6) is known color: Medium Turquoise. HEX triplet: 53, DC and C6. RGB value is (83,220,198). Sum of RGB (Red+Green+Blue) = 83+220+198=501 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.57% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCC6 is #AC2339. Grayscale: #B0B0B0. Windows color (decimal): -11281210 or 13032531. OLE color: 13032531.
HSL color Cylindrical-coordinate representation of color #53DCC6: hue angle of 170.36º 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 #53DCC6 is Cyan = 0.62, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 198 | - |
| CMYK | 0.62 | 0 | 0.1 | 0.14 |
| HSL | 170.37º | 0.66% | 0.59% | - |
| HSV(B) | 170.37º | 0.62% | 0.86% | - |
| XYZ | 39.35 | 57.1 | 62.37 | - |
| YUV | 176.53 | 140.11 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 198 | 0.62 | 0 | 0.1 | 0.14 | 170.37 | 0.66 | 0.59 |
| Hex | 53 | DC | C6 | 3E | 0 | A | E | AA | 42 | 3B |
| Octal | 123 | 334 | 306 | 76 | 0 | 12 | 16 | 252 | 102 | 73 |
| Binary | 1010011 | 11011100 | 11000110 | 111110 | 0 | 1010 | 1110 | 10101010 | 1000010 | 111011 |
Color Harmonies of #53DCC6
Complementary color
Monochromatic Colors of #53DCC6
Black with #53DCC6
Text Example
Text Example
White with #53DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DCC6; }
p { color: rgb(83,220,198); }
H1.HeaderClassName
{
color: #53DCC6;
}
.AnyTagClassName
{
color: #53DCC6;
}
</style>
background-color css
<style>
a { background-color: #53DCC6; }
a { background-color: rgb(83,220,198); }
div.DivClassName
{
background-color: #53DCC6;
}
.BgClassName
{
background-color: #53DCC6;
}
</style>
border-color css
<style>
span { border-color: #53DCC6; }
span { border-color: rgb(83,220,198); }
td.TdClassName
{
border-color: #53DCC6;
}
.TagClassName
{
border-color: #53DCC6;
}
</style>