Shades of Turquoise #53E8BC
Tints of Turquoise #53E8BC
RGB
CMYK
RGB Variations
Color information
#53E8BC (or 0x53E8BC) is known color: Turquoise. HEX triplet: 53, E8 and BC. RGB value is (83,232,188). Sum of RGB (Red+Green+Blue) = 83+232+188=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #53E8BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E8BC is #AC1743. Grayscale: #B6B6B6. Windows color (decimal): -11278148 or 12380243. OLE color: 12380243.
HSL color Cylindrical-coordinate representation of color #53E8BC: hue angle of 162.28º 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 #53E8BC is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 232 | 188 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.09 |
| HSL | 162.28º | 0.76% | 0.62% | - |
| HSV(B) | 162.28º | 0.64% | 0.91% | - |
| XYZ | 41.5 | 63.18 | 57.59 | - |
| YUV | 182.43 | 131.14 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 232 | 188 | 0.64 | 0 | 0.19 | 0.09 | 162.28 | 0.76 | 0.62 |
| Hex | 53 | E8 | BC | 40 | 0 | 13 | 9 | A2 | 4C | 3E |
| Octal | 123 | 350 | 274 | 100 | 0 | 23 | 11 | 242 | 114 | 76 |
| Binary | 1010011 | 11101000 | 10111100 | 1000000 | 0 | 10011 | 1001 | 10100010 | 1001100 | 111110 |
Color Harmonies of #53E8BC
Complementary color
Monochromatic Colors of #53E8BC
Black with #53E8BC
Text Example
Text Example
White with #53E8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E8BC; }
p { color: rgb(83,232,188); }
H1.HeaderClassName
{
color: #53E8BC;
}
.AnyTagClassName
{
color: #53E8BC;
}
</style>
background-color css
<style>
a { background-color: #53E8BC; }
a { background-color: rgb(83,232,188); }
div.DivClassName
{
background-color: #53E8BC;
}
.BgClassName
{
background-color: #53E8BC;
}
</style>
border-color css
<style>
span { border-color: #53E8BC; }
span { border-color: rgb(83,232,188); }
td.TdClassName
{
border-color: #53E8BC;
}
.TagClassName
{
border-color: #53E8BC;
}
</style>