Shades of Turquoise #53EAC2
Tints of Turquoise #53EAC2
RGB
CMYK
RGB Variations
Color information
#53EAC2 (or 0x53EAC2) is known color: Turquoise. HEX triplet: 53, EA and C2. RGB value is (83,234,194). Sum of RGB (Red+Green+Blue) = 83+234+194=511 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.24% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #53EAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EAC2 is #AC153D. Grayscale: #B8B8B8. Windows color (decimal): -11277630 or 12773971. OLE color: 12773971.
HSL color Cylindrical-coordinate representation of color #53EAC2: hue angle of 164.11º degrees, saturation: 0.78, 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 #53EAC2 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 234 | 194 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.08 |
| HSL | 164.11º | 0.78% | 0.62% | - |
| HSV(B) | 164.11º | 0.65% | 0.92% | - |
| XYZ | 42.73 | 64.58 | 61.25 | - |
| YUV | 184.29 | 133.47 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 234 | 194 | 0.65 | 0 | 0.17 | 0.08 | 164.11 | 0.78 | 0.62 |
| Hex | 53 | EA | C2 | 41 | 0 | 11 | 8 | A4 | 4E | 3E |
| Octal | 123 | 352 | 302 | 101 | 0 | 21 | 10 | 244 | 116 | 76 |
| Binary | 1010011 | 11101010 | 11000010 | 1000001 | 0 | 10001 | 1000 | 10100100 | 1001110 | 111110 |
Color Harmonies of #53EAC2
Complementary color
Monochromatic Colors of #53EAC2
Black with #53EAC2
Text Example
Text Example
White with #53EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EAC2; }
p { color: rgb(83,234,194); }
H1.HeaderClassName
{
color: #53EAC2;
}
.AnyTagClassName
{
color: #53EAC2;
}
</style>
background-color css
<style>
a { background-color: #53EAC2; }
a { background-color: rgb(83,234,194); }
div.DivClassName
{
background-color: #53EAC2;
}
.BgClassName
{
background-color: #53EAC2;
}
</style>
border-color css
<style>
span { border-color: #53EAC2; }
span { border-color: rgb(83,234,194); }
td.TdClassName
{
border-color: #53EAC2;
}
.TagClassName
{
border-color: #53EAC2;
}
</style>