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