Shades of Turquoise #53ECC5
Tints of Turquoise #53ECC5
RGB
CMYK
RGB Variations
Color information
#53ECC5 (or 0x53ECC5) is known color: Turquoise. HEX triplet: 53, EC and C5. RGB value is (83,236,197). Sum of RGB (Red+Green+Blue) = 83+236+197=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #53ECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53ECC5 is #AC133A. Grayscale: #B9B9B9. Windows color (decimal): -11277115 or 12971091. OLE color: 12971091.
HSL color Cylindrical-coordinate representation of color #53ECC5: hue angle of 164.71º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ECC5 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 236 | 197 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.07 |
| HSL | 164.71º | 0.8% | 0.63% | - |
| HSV(B) | 164.71º | 0.65% | 0.93% | - |
| XYZ | 43.64 | 65.86 | 63.24 | - |
| YUV | 185.81 | 134.31 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 236 | 197 | 0.65 | 0 | 0.17 | 0.07 | 164.71 | 0.8 | 0.63 |
| Hex | 53 | EC | C5 | 41 | 0 | 11 | 7 | A5 | 50 | 3F |
| Octal | 123 | 354 | 305 | 101 | 0 | 21 | 7 | 245 | 120 | 77 |
| Binary | 1010011 | 11101100 | 11000101 | 1000001 | 0 | 10001 | 111 | 10100101 | 1010000 | 111111 |
Color Harmonies of #53ECC5
Complementary color
Monochromatic Colors of #53ECC5
Black with #53ECC5
Text Example
Text Example
White with #53ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ECC5; }
p { color: rgb(83,236,197); }
H1.HeaderClassName
{
color: #53ECC5;
}
.AnyTagClassName
{
color: #53ECC5;
}
</style>
background-color css
<style>
a { background-color: #53ECC5; }
a { background-color: rgb(83,236,197); }
div.DivClassName
{
background-color: #53ECC5;
}
.BgClassName
{
background-color: #53ECC5;
}
</style>
border-color css
<style>
span { border-color: #53ECC5; }
span { border-color: rgb(83,236,197); }
td.TdClassName
{
border-color: #53ECC5;
}
.TagClassName
{
border-color: #53ECC5;
}
</style>