Shades of Turquoise #53EBBE
Tints of Turquoise #53EBBE
RGB
CMYK
RGB Variations
Color information
#53EBBE (or 0x53EBBE) is known color: Turquoise. HEX triplet: 53, EB and BE. RGB value is (83,235,190). Sum of RGB (Red+Green+Blue) = 83+235+190=508 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.34% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #53EBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EBBE is #AC1441. Grayscale: #B8B8B8. Windows color (decimal): -11277378 or 12512083. OLE color: 12512083.
HSL color Cylindrical-coordinate representation of color #53EBBE: hue angle of 162.24º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EBBE is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 235 | 190 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.08 |
| HSL | 162.24º | 0.79% | 0.62% | - |
| HSV(B) | 162.24º | 0.65% | 0.92% | - |
| XYZ | 42.57 | 64.97 | 59.01 | - |
| YUV | 184.42 | 131.14 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 235 | 190 | 0.65 | 0 | 0.19 | 0.08 | 162.24 | 0.79 | 0.62 |
| Hex | 53 | EB | BE | 41 | 0 | 13 | 8 | A2 | 4F | 3E |
| Octal | 123 | 353 | 276 | 101 | 0 | 23 | 10 | 242 | 117 | 76 |
| Binary | 1010011 | 11101011 | 10111110 | 1000001 | 0 | 10011 | 1000 | 10100010 | 1001111 | 111110 |
Color Harmonies of #53EBBE
Complementary color
Monochromatic Colors of #53EBBE
Black with #53EBBE
Text Example
Text Example
White with #53EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EBBE; }
p { color: rgb(83,235,190); }
H1.HeaderClassName
{
color: #53EBBE;
}
.AnyTagClassName
{
color: #53EBBE;
}
</style>
background-color css
<style>
a { background-color: #53EBBE; }
a { background-color: rgb(83,235,190); }
div.DivClassName
{
background-color: #53EBBE;
}
.BgClassName
{
background-color: #53EBBE;
}
</style>
border-color css
<style>
span { border-color: #53EBBE; }
span { border-color: rgb(83,235,190); }
td.TdClassName
{
border-color: #53EBBE;
}
.TagClassName
{
border-color: #53EBBE;
}
</style>