Shades of Turquoise Blue #53E2E9
Tints of Turquoise Blue #53E2E9
RGB
CMYK
RGB Variations
Color information
#53E2E9 (or 0x53E2E9) is known color: Turquoise Blue. HEX triplet: 53, E2 and E9. RGB value is (83,226,233). Sum of RGB (Red+Green+Blue) = 83+226+233=542 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.31% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #53E2E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53E2E9 is #AC1D16. Grayscale: #B7B7B7. Windows color (decimal): -11279639 or 15327827. OLE color: 15327827.
HSL color Cylindrical-coordinate representation of color #53E2E9: hue angle of 182.8º degrees, saturation: 0.77, 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 #53E2E9 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 226 | 233 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.09 |
| HSL | 182.8º | 0.77% | 0.62% | - |
| HSV(B) | 182.8º | 0.64% | 0.91% | - |
| XYZ | 45.47 | 62.11 | 86.68 | - |
| YUV | 184.04 | 155.62 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 226 | 233 | 0.64 | 0.03 | 0 | 0.09 | 182.8 | 0.77 | 0.62 |
| Hex | 53 | E2 | E9 | 40 | 3 | 0 | 9 | B7 | 4D | 3E |
| Octal | 123 | 342 | 351 | 100 | 3 | 0 | 11 | 267 | 115 | 76 |
| Binary | 1010011 | 11100010 | 11101001 | 1000000 | 11 | 0 | 1001 | 10110111 | 1001101 | 111110 |
Color Harmonies of #53E2E9
Complementary color
Monochromatic Colors of #53E2E9
Black with #53E2E9
Text Example
Text Example
White with #53E2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E2E9; }
p { color: rgb(83,226,233); }
H1.HeaderClassName
{
color: #53E2E9;
}
.AnyTagClassName
{
color: #53E2E9;
}
</style>
background-color css
<style>
a { background-color: #53E2E9; }
a { background-color: rgb(83,226,233); }
div.DivClassName
{
background-color: #53E2E9;
}
.BgClassName
{
background-color: #53E2E9;
}
</style>
border-color css
<style>
span { border-color: #53E2E9; }
span { border-color: rgb(83,226,233); }
td.TdClassName
{
border-color: #53E2E9;
}
.TagClassName
{
border-color: #53E2E9;
}
</style>