Shades of Turquoise #54FFBB
Tints of Turquoise #54FFBB
RGB
CMYK
RGB Variations
Color information
#54FFBB (or 0x54FFBB) is known color: Turquoise. HEX triplet: 54, FF and BB. RGB value is (84,255,187). Sum of RGB (Red+Green+Blue) = 84+255+187=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFBB is #AB0044. Grayscale: #C4C4C4. Windows color (decimal): -11206725 or 12320596. OLE color: 12320596.
HSL color Cylindrical-coordinate representation of color #54FFBB: hue angle of 156.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FFBB is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 187 | - |
| CMYK | 0.67 | 0 | 0.27 | 0 |
| HSL | 156.14º | 1% | 0.66% | - |
| HSV(B) | 156.14º | 0.67% | 1% | - |
| XYZ | 48.39 | 76.99 | 59.32 | - |
| YUV | 196.12 | 122.85 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 187 | 0.67 | 0 | 0.27 | 0 | 156.14 | 1 | 0.66 |
| Hex | 54 | FF | BB | 43 | 0 | 1B | 0 | 9C | 64 | 42 |
| Octal | 124 | 377 | 273 | 103 | 0 | 33 | 0 | 234 | 144 | 102 |
| Binary | 1010100 | 11111111 | 10111011 | 1000011 | 0 | 11011 | 0 | 10011100 | 1100100 | 1000010 |
Color Harmonies of #54FFBB
Complementary color
Monochromatic Colors of #54FFBB
Black with #54FFBB
Text Example
Text Example
White with #54FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFBB; }
p { color: rgb(84,255,187); }
H1.HeaderClassName
{
color: #54FFBB;
}
.AnyTagClassName
{
color: #54FFBB;
}
</style>
background-color css
<style>
a { background-color: #54FFBB; }
a { background-color: rgb(84,255,187); }
div.DivClassName
{
background-color: #54FFBB;
}
.BgClassName
{
background-color: #54FFBB;
}
</style>
border-color css
<style>
span { border-color: #54FFBB; }
span { border-color: rgb(84,255,187); }
td.TdClassName
{
border-color: #54FFBB;
}
.TagClassName
{
border-color: #54FFBB;
}
</style>