Shades of Medium Turquoise #53C5D7
Tints of Medium Turquoise #53C5D7
RGB
CMYK
RGB Variations
Color information
#53C5D7 (or 0x53C5D7) is known color: Medium Turquoise. HEX triplet: 53, C5 and D7. RGB value is (83,197,215). Sum of RGB (Red+Green+Blue) = 83+197+215=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #53C5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C5D7 is #AC3A28. Grayscale: #A4A4A4. Windows color (decimal): -11287081 or 14140755. OLE color: 14140755.
HSL color Cylindrical-coordinate representation of color #53C5D7: hue angle of 188.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53C5D7 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 197 | 215 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.16 |
| HSL | 188.18º | 0.62% | 0.58% | - |
| HSV(B) | 188.18º | 0.61% | 0.84% | - |
| XYZ | 35.8 | 46.68 | 71.41 | - |
| YUV | 164.97 | 156.23 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 215 | 0.61 | 0.08 | 0 | 0.16 | 188.18 | 0.62 | 0.58 |
| Hex | 53 | C5 | D7 | 3D | 8 | 0 | 10 | BC | 3E | 3A |
| Octal | 123 | 305 | 327 | 75 | 10 | 0 | 20 | 274 | 76 | 72 |
| Binary | 1010011 | 11000101 | 11010111 | 111101 | 1000 | 0 | 10000 | 10111100 | 111110 | 111010 |
Color Harmonies of #53C5D7
Complementary color
Monochromatic Colors of #53C5D7
Black with #53C5D7
Text Example
Text Example
White with #53C5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C5D7; }
p { color: rgb(83,197,215); }
H1.HeaderClassName
{
color: #53C5D7;
}
.AnyTagClassName
{
color: #53C5D7;
}
</style>
background-color css
<style>
a { background-color: #53C5D7; }
a { background-color: rgb(83,197,215); }
div.DivClassName
{
background-color: #53C5D7;
}
.BgClassName
{
background-color: #53C5D7;
}
</style>
border-color css
<style>
span { border-color: #53C5D7; }
span { border-color: rgb(83,197,215); }
td.TdClassName
{
border-color: #53C5D7;
}
.TagClassName
{
border-color: #53C5D7;
}
</style>