Shades of Turquoise #53FED5
Tints of Turquoise #53FED5
RGB
CMYK
RGB Variations
Color information
#53FED5 (or 0x53FED5) is known color: Turquoise. HEX triplet: 53, FE and D5. RGB value is (83,254,213). Sum of RGB (Red+Green+Blue) = 83+254+213=550 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.09% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #53FED5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FED5 is #AC012A. Grayscale: #C6C6C6. Windows color (decimal): -11272491 or 14024275. OLE color: 14024275.
HSL color Cylindrical-coordinate representation of color #53FED5: hue angle of 165.61º 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 #53FED5 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 213 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.00 |
| HSL | 165.61º | 0.99% | 0.66% | - |
| HSV(B) | 165.61º | 0.67% | 1% | - |
| XYZ | 51.02 | 77.53 | 75.23 | - |
| YUV | 198.2 | 136.35 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 213 | 0.67 | 0 | 0.16 | 0.00 | 165.61 | 0.99 | 0.66 |
| Hex | 53 | FE | D5 | 43 | 0 | 10 | 0 | A6 | 63 | 42 |
| Octal | 123 | 376 | 325 | 103 | 0 | 20 | 0 | 246 | 143 | 102 |
| Binary | 1010011 | 11111110 | 11010101 | 1000011 | 0 | 10000 | 0 | 10100110 | 1100011 | 1000010 |
Color Harmonies of #53FED5
Complementary color
Monochromatic Colors of #53FED5
Black with #53FED5
Text Example
Text Example
White with #53FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FED5; }
p { color: rgb(83,254,213); }
H1.HeaderClassName
{
color: #53FED5;
}
.AnyTagClassName
{
color: #53FED5;
}
</style>
background-color css
<style>
a { background-color: #53FED5; }
a { background-color: rgb(83,254,213); }
div.DivClassName
{
background-color: #53FED5;
}
.BgClassName
{
background-color: #53FED5;
}
</style>
border-color css
<style>
span { border-color: #53FED5; }
span { border-color: rgb(83,254,213); }
td.TdClassName
{
border-color: #53FED5;
}
.TagClassName
{
border-color: #53FED5;
}
</style>