Shades of Turquoise #53FEE1
Tints of Turquoise #53FEE1
RGB
CMYK
RGB Variations
Color information
#53FEE1 (or 0x53FEE1) is known color: Turquoise. HEX triplet: 53, FE and E1. RGB value is (83,254,225). Sum of RGB (Red+Green+Blue) = 83+254+225=562 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.77% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FEE1 is #AC011E. Grayscale: #C7C7C7. Windows color (decimal): -11272479 or 14810707. OLE color: 14810707.
HSL color Cylindrical-coordinate representation of color #53FEE1: hue angle of 169.82º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FEE1 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 225 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.00 |
| HSL | 169.82º | 0.99% | 0.66% | - |
| HSV(B) | 169.82º | 0.67% | 1% | - |
| XYZ | 52.6 | 78.16 | 83.55 | - |
| YUV | 199.57 | 142.35 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 225 | 0.67 | 0 | 0.11 | 0.00 | 169.82 | 0.99 | 0.66 |
| Hex | 53 | FE | E1 | 43 | 0 | B | 0 | AA | 63 | 42 |
| Octal | 123 | 376 | 341 | 103 | 0 | 13 | 0 | 252 | 143 | 102 |
| Binary | 1010011 | 11111110 | 11100001 | 1000011 | 0 | 1011 | 0 | 10101010 | 1100011 | 1000010 |
Color Harmonies of #53FEE1
Complementary color
Monochromatic Colors of #53FEE1
Black with #53FEE1
Text Example
Text Example
White with #53FEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FEE1; }
p { color: rgb(83,254,225); }
H1.HeaderClassName
{
color: #53FEE1;
}
.AnyTagClassName
{
color: #53FEE1;
}
</style>
background-color css
<style>
a { background-color: #53FEE1; }
a { background-color: rgb(83,254,225); }
div.DivClassName
{
background-color: #53FEE1;
}
.BgClassName
{
background-color: #53FEE1;
}
</style>
border-color css
<style>
span { border-color: #53FEE1; }
span { border-color: rgb(83,254,225); }
td.TdClassName
{
border-color: #53FEE1;
}
.TagClassName
{
border-color: #53FEE1;
}
</style>