Shades of Turquoise #53E8E3
Tints of Turquoise #53E8E3
RGB
CMYK
RGB Variations
Color information
#53E8E3 (or 0x53E8E3) is known color: Turquoise. HEX triplet: 53, E8 and E3. RGB value is (83,232,227). Sum of RGB (Red+Green+Blue) = 83+232+227=542 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.31% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #53E8E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E8E3 is #AC171C. Grayscale: #BABABA. Windows color (decimal): -11278109 or 14936147. OLE color: 14936147.
HSL color Cylindrical-coordinate representation of color #53E8E3: hue angle of 177.99º 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 #53E8E3 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 232 | 227 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.09 |
| HSL | 177.99º | 0.76% | 0.62% | - |
| HSV(B) | 177.99º | 0.64% | 0.91% | - |
| XYZ | 46.29 | 65.1 | 82.8 | - |
| YUV | 186.88 | 150.64 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 232 | 227 | 0.64 | 0 | 0.02 | 0.09 | 177.99 | 0.76 | 0.62 |
| Hex | 53 | E8 | E3 | 40 | 0 | 2 | 9 | B2 | 4C | 3E |
| Octal | 123 | 350 | 343 | 100 | 0 | 2 | 11 | 262 | 114 | 76 |
| Binary | 1010011 | 11101000 | 11100011 | 1000000 | 0 | 10 | 1001 | 10110010 | 1001100 | 111110 |
Color Harmonies of #53E8E3
Complementary color
Monochromatic Colors of #53E8E3
Black with #53E8E3
Text Example
Text Example
White with #53E8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E8E3; }
p { color: rgb(83,232,227); }
H1.HeaderClassName
{
color: #53E8E3;
}
.AnyTagClassName
{
color: #53E8E3;
}
</style>
background-color css
<style>
a { background-color: #53E8E3; }
a { background-color: rgb(83,232,227); }
div.DivClassName
{
background-color: #53E8E3;
}
.BgClassName
{
background-color: #53E8E3;
}
</style>
border-color css
<style>
span { border-color: #53E8E3; }
span { border-color: rgb(83,232,227); }
td.TdClassName
{
border-color: #53E8E3;
}
.TagClassName
{
border-color: #53E8E3;
}
</style>