Shades of Medium Turquoise #53D8C3
Tints of Medium Turquoise #53D8C3
RGB
CMYK
RGB Variations
Color information
#53D8C3 (or 0x53D8C3) is known color: Medium Turquoise. HEX triplet: 53, D8 and C3. RGB value is (83,216,195). Sum of RGB (Red+Green+Blue) = 83+216+195=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #53D8C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D8C3 is #AC273C. Grayscale: #ADADAD. Windows color (decimal): -11282237 or 12834899. OLE color: 12834899.
HSL color Cylindrical-coordinate representation of color #53D8C3: hue angle of 170.53º degrees, saturation: 0.63, 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 #53D8C3 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 195 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.15 |
| HSL | 170.53º | 0.63% | 0.59% | - |
| HSV(B) | 170.53º | 0.62% | 0.85% | - |
| XYZ | 37.97 | 54.89 | 60.22 | - |
| YUV | 173.84 | 139.94 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 195 | 0.62 | 0 | 0.10 | 0.15 | 170.53 | 0.63 | 0.59 |
| Hex | 53 | D8 | C3 | 3E | 0 | A | F | AB | 3F | 3B |
| Octal | 123 | 330 | 303 | 76 | 0 | 12 | 17 | 253 | 77 | 73 |
| Binary | 1010011 | 11011000 | 11000011 | 111110 | 0 | 1010 | 1111 | 10101011 | 111111 | 111011 |
Color Harmonies of #53D8C3
Complementary color
Monochromatic Colors of #53D8C3
Black with #53D8C3
Text Example
Text Example
White with #53D8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D8C3; }
p { color: rgb(83,216,195); }
H1.HeaderClassName
{
color: #53D8C3;
}
.AnyTagClassName
{
color: #53D8C3;
}
</style>
background-color css
<style>
a { background-color: #53D8C3; }
a { background-color: rgb(83,216,195); }
div.DivClassName
{
background-color: #53D8C3;
}
.BgClassName
{
background-color: #53D8C3;
}
</style>
border-color css
<style>
span { border-color: #53D8C3; }
span { border-color: rgb(83,216,195); }
td.TdClassName
{
border-color: #53D8C3;
}
.TagClassName
{
border-color: #53D8C3;
}
</style>