Shades of Turquoise #53FEDA
Tints of Turquoise #53FEDA
RGB
CMYK
RGB Variations
Color information
#53FEDA (or 0x53FEDA) is known color: Turquoise. HEX triplet: 53, FE and DA. RGB value is (83,254,218). Sum of RGB (Red+Green+Blue) = 83+254+218=555 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.95% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FEDA is #AC0125. Grayscale: #C6C6C6. Windows color (decimal): -11272486 or 14351955. OLE color: 14351955.
HSL color Cylindrical-coordinate representation of color #53FEDA: hue angle of 167.37º 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 #53FEDA is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 218 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.00 |
| HSL | 167.37º | 0.99% | 0.66% | - |
| HSV(B) | 167.37º | 0.67% | 1% | - |
| XYZ | 51.66 | 77.78 | 78.62 | - |
| YUV | 198.77 | 138.85 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 218 | 0.67 | 0 | 0.14 | 0.00 | 167.37 | 0.99 | 0.66 |
| Hex | 53 | FE | DA | 43 | 0 | E | 0 | A7 | 63 | 42 |
| Octal | 123 | 376 | 332 | 103 | 0 | 16 | 0 | 247 | 143 | 102 |
| Binary | 1010011 | 11111110 | 11011010 | 1000011 | 0 | 1110 | 0 | 10100111 | 1100011 | 1000010 |
Color Harmonies of #53FEDA
Complementary color
Monochromatic Colors of #53FEDA
Black with #53FEDA
Text Example
Text Example
White with #53FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FEDA; }
p { color: rgb(83,254,218); }
H1.HeaderClassName
{
color: #53FEDA;
}
.AnyTagClassName
{
color: #53FEDA;
}
</style>
background-color css
<style>
a { background-color: #53FEDA; }
a { background-color: rgb(83,254,218); }
div.DivClassName
{
background-color: #53FEDA;
}
.BgClassName
{
background-color: #53FEDA;
}
</style>
border-color css
<style>
span { border-color: #53FEDA; }
span { border-color: rgb(83,254,218); }
td.TdClassName
{
border-color: #53FEDA;
}
.TagClassName
{
border-color: #53FEDA;
}
</style>