Shades of Turquoise #53FEDC
Tints of Turquoise #53FEDC
RGB
CMYK
RGB Variations
Color information
#53FEDC (or 0x53FEDC) is known color: Turquoise. HEX triplet: 53, FE and DC. RGB value is (83,254,220). Sum of RGB (Red+Green+Blue) = 83+254+220=557 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.90% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FEDC is #AC0123. Grayscale: #C6C6C6. Windows color (decimal): -11272484 or 14483027. OLE color: 14483027.
HSL color Cylindrical-coordinate representation of color #53FEDC: hue angle of 168.07º 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 #53FEDC is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 220 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.00 |
| HSL | 168.07º | 0.99% | 0.66% | - |
| HSV(B) | 168.07º | 0.67% | 1% | - |
| XYZ | 51.93 | 77.89 | 80.01 | - |
| YUV | 199 | 139.85 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 220 | 0.67 | 0 | 0.13 | 0.00 | 168.07 | 0.99 | 0.66 |
| Hex | 53 | FE | DC | 43 | 0 | D | 0 | A8 | 63 | 42 |
| Octal | 123 | 376 | 334 | 103 | 0 | 15 | 0 | 250 | 143 | 102 |
| Binary | 1010011 | 11111110 | 11011100 | 1000011 | 0 | 1101 | 0 | 10101000 | 1100011 | 1000010 |
Color Harmonies of #53FEDC
Complementary color
Monochromatic Colors of #53FEDC
Black with #53FEDC
Text Example
Text Example
White with #53FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FEDC; }
p { color: rgb(83,254,220); }
H1.HeaderClassName
{
color: #53FEDC;
}
.AnyTagClassName
{
color: #53FEDC;
}
</style>
background-color css
<style>
a { background-color: #53FEDC; }
a { background-color: rgb(83,254,220); }
div.DivClassName
{
background-color: #53FEDC;
}
.BgClassName
{
background-color: #53FEDC;
}
</style>
border-color css
<style>
span { border-color: #53FEDC; }
span { border-color: rgb(83,254,220); }
td.TdClassName
{
border-color: #53FEDC;
}
.TagClassName
{
border-color: #53FEDC;
}
</style>