Shades of Turquoise #53E8C7
Tints of Turquoise #53E8C7
RGB
CMYK
RGB Variations
Color information
#53E8C7 (or 0x53E8C7) is known color: Turquoise. HEX triplet: 53, E8 and C7. RGB value is (83,232,199). Sum of RGB (Red+Green+Blue) = 83+232+199=514 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.15% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #53E8C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E8C7 is #AC1738. Grayscale: #B7B7B7. Windows color (decimal): -11278137 or 13101139. OLE color: 13101139.
HSL color Cylindrical-coordinate representation of color #53E8C7: hue angle of 166.71º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E8C7 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 232 | 199 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.09 |
| HSL | 166.71º | 0.76% | 0.62% | - |
| HSV(B) | 166.71º | 0.64% | 0.91% | - |
| XYZ | 42.73 | 63.68 | 64.07 | - |
| YUV | 183.69 | 136.64 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 232 | 199 | 0.64 | 0 | 0.14 | 0.09 | 166.71 | 0.76 | 0.62 |
| Hex | 53 | E8 | C7 | 40 | 0 | E | 9 | A7 | 4C | 3E |
| Octal | 123 | 350 | 307 | 100 | 0 | 16 | 11 | 247 | 114 | 76 |
| Binary | 1010011 | 11101000 | 11000111 | 1000000 | 0 | 1110 | 1001 | 10100111 | 1001100 | 111110 |
Color Harmonies of #53E8C7
Complementary color
Monochromatic Colors of #53E8C7
Black with #53E8C7
Text Example
Text Example
White with #53E8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E8C7; }
p { color: rgb(83,232,199); }
H1.HeaderClassName
{
color: #53E8C7;
}
.AnyTagClassName
{
color: #53E8C7;
}
</style>
background-color css
<style>
a { background-color: #53E8C7; }
a { background-color: rgb(83,232,199); }
div.DivClassName
{
background-color: #53E8C7;
}
.BgClassName
{
background-color: #53E8C7;
}
</style>
border-color css
<style>
span { border-color: #53E8C7; }
span { border-color: rgb(83,232,199); }
td.TdClassName
{
border-color: #53E8C7;
}
.TagClassName
{
border-color: #53E8C7;
}
</style>