Shades of Turquoise #54FEBD
Tints of Turquoise #54FEBD
RGB
CMYK
RGB Variations
Color information
#54FEBD (or 0x54FEBD) is known color: Turquoise. HEX triplet: 54, FE and BD. RGB value is (84,254,189). Sum of RGB (Red+Green+Blue) = 84+254+189=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #54FEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FEBD is #AB0142. Grayscale: #C3C3C3. Windows color (decimal): -11206979 or 12451412. OLE color: 12451412.
HSL color Cylindrical-coordinate representation of color #54FEBD: hue angle of 157.06º 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 #54FEBD is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 254 | 189 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.00 |
| HSL | 157.06º | 0.99% | 0.66% | - |
| HSV(B) | 157.06º | 0.67% | 1% | - |
| XYZ | 48.28 | 76.44 | 60.35 | - |
| YUV | 195.76 | 124.18 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 254 | 189 | 0.67 | 0 | 0.26 | 0.00 | 157.06 | 0.99 | 0.66 |
| Hex | 54 | FE | BD | 43 | 0 | 1A | 0 | 9D | 63 | 42 |
| Octal | 124 | 376 | 275 | 103 | 0 | 32 | 0 | 235 | 143 | 102 |
| Binary | 1010100 | 11111110 | 10111101 | 1000011 | 0 | 11010 | 0 | 10011101 | 1100011 | 1000010 |
Color Harmonies of #54FEBD
Complementary color
Monochromatic Colors of #54FEBD
Black with #54FEBD
Text Example
Text Example
White with #54FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FEBD; }
p { color: rgb(84,254,189); }
H1.HeaderClassName
{
color: #54FEBD;
}
.AnyTagClassName
{
color: #54FEBD;
}
</style>
background-color css
<style>
a { background-color: #54FEBD; }
a { background-color: rgb(84,254,189); }
div.DivClassName
{
background-color: #54FEBD;
}
.BgClassName
{
background-color: #54FEBD;
}
</style>
border-color css
<style>
span { border-color: #54FEBD; }
span { border-color: rgb(84,254,189); }
td.TdClassName
{
border-color: #54FEBD;
}
.TagClassName
{
border-color: #54FEBD;
}
</style>