Shades of Turquoise #53ECC2
Tints of Turquoise #53ECC2
RGB
CMYK
RGB Variations
Color information
#53ECC2 (or 0x53ECC2) is known color: Turquoise. HEX triplet: 53, EC and C2. RGB value is (83,236,194). Sum of RGB (Red+Green+Blue) = 83+236+194=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #53ECC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53ECC2 is #AC133D. Grayscale: #B9B9B9. Windows color (decimal): -11277118 or 12774483. OLE color: 12774483.
HSL color Cylindrical-coordinate representation of color #53ECC2: hue angle of 163.53º 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 #53ECC2 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 236 | 194 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.07 |
| HSL | 163.53º | 0.8% | 0.63% | - |
| HSV(B) | 163.53º | 0.65% | 0.93% | - |
| XYZ | 43.3 | 65.72 | 61.44 | - |
| YUV | 185.47 | 132.81 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 236 | 194 | 0.65 | 0 | 0.18 | 0.07 | 163.53 | 0.8 | 0.63 |
| Hex | 53 | EC | C2 | 41 | 0 | 12 | 7 | A4 | 50 | 3F |
| Octal | 123 | 354 | 302 | 101 | 0 | 22 | 7 | 244 | 120 | 77 |
| Binary | 1010011 | 11101100 | 11000010 | 1000001 | 0 | 10010 | 111 | 10100100 | 1010000 | 111111 |
Color Harmonies of #53ECC2
Complementary color
Monochromatic Colors of #53ECC2
Black with #53ECC2
Text Example
Text Example
White with #53ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ECC2; }
p { color: rgb(83,236,194); }
H1.HeaderClassName
{
color: #53ECC2;
}
.AnyTagClassName
{
color: #53ECC2;
}
</style>
background-color css
<style>
a { background-color: #53ECC2; }
a { background-color: rgb(83,236,194); }
div.DivClassName
{
background-color: #53ECC2;
}
.BgClassName
{
background-color: #53ECC2;
}
</style>
border-color css
<style>
span { border-color: #53ECC2; }
span { border-color: rgb(83,236,194); }
td.TdClassName
{
border-color: #53ECC2;
}
.TagClassName
{
border-color: #53ECC2;
}
</style>