Shades of Turquoise #54FEBB
Tints of Turquoise #54FEBB
RGB
CMYK
RGB Variations
Color information
#54FEBB (or 0x54FEBB) is known color: Turquoise. HEX triplet: 54, FE and BB. RGB value is (84,254,187). Sum of RGB (Red+Green+Blue) = 84+254+187=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #54FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FEBB is #AB0144. Grayscale: #C3C3C3. Windows color (decimal): -11206981 or 12320340. OLE color: 12320340.
HSL color Cylindrical-coordinate representation of color #54FEBB: hue angle of 156.35º 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 #54FEBB is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 254 | 187 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.00 |
| HSL | 156.35º | 0.99% | 0.66% | - |
| HSV(B) | 156.35º | 0.67% | 1% | - |
| XYZ | 48.07 | 76.36 | 59.22 | - |
| YUV | 195.53 | 123.18 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 254 | 187 | 0.67 | 0 | 0.26 | 0.00 | 156.35 | 0.99 | 0.66 |
| Hex | 54 | FE | BB | 43 | 0 | 1A | 0 | 9C | 63 | 42 |
| Octal | 124 | 376 | 273 | 103 | 0 | 32 | 0 | 234 | 143 | 102 |
| Binary | 1010100 | 11111110 | 10111011 | 1000011 | 0 | 11010 | 0 | 10011100 | 1100011 | 1000010 |
Color Harmonies of #54FEBB
Complementary color
Monochromatic Colors of #54FEBB
Black with #54FEBB
Text Example
Text Example
White with #54FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FEBB; }
p { color: rgb(84,254,187); }
H1.HeaderClassName
{
color: #54FEBB;
}
.AnyTagClassName
{
color: #54FEBB;
}
</style>
background-color css
<style>
a { background-color: #54FEBB; }
a { background-color: rgb(84,254,187); }
div.DivClassName
{
background-color: #54FEBB;
}
.BgClassName
{
background-color: #54FEBB;
}
</style>
border-color css
<style>
span { border-color: #54FEBB; }
span { border-color: rgb(84,254,187); }
td.TdClassName
{
border-color: #54FEBB;
}
.TagClassName
{
border-color: #54FEBB;
}
</style>