Shades of Turquoise #54FFBC
Tints of Turquoise #54FFBC
RGB
CMYK
RGB Variations
Color information
#54FFBC (or 0x54FFBC) is known color: Turquoise. HEX triplet: 54, FF and BC. RGB value is (84,255,188). Sum of RGB (Red+Green+Blue) = 84+255+188=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFBC is #AB0043. Grayscale: #C4C4C4. Windows color (decimal): -11206724 or 12386132. OLE color: 12386132.
HSL color Cylindrical-coordinate representation of color #54FFBC: hue angle of 156.49º 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 #54FFBC is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 188 | - |
| CMYK | 0.67 | 0 | 0.26 | 0 |
| HSL | 156.49º | 1% | 0.66% | - |
| HSV(B) | 156.49º | 0.67% | 1% | - |
| XYZ | 48.49 | 77.04 | 59.89 | - |
| YUV | 196.23 | 123.35 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 188 | 0.67 | 0 | 0.26 | 0 | 156.49 | 1 | 0.66 |
| Hex | 54 | FF | BC | 43 | 0 | 1A | 0 | 9C | 64 | 42 |
| Octal | 124 | 377 | 274 | 103 | 0 | 32 | 0 | 234 | 144 | 102 |
| Binary | 1010100 | 11111111 | 10111100 | 1000011 | 0 | 11010 | 0 | 10011100 | 1100100 | 1000010 |
Color Harmonies of #54FFBC
Complementary color
Monochromatic Colors of #54FFBC
Black with #54FFBC
Text Example
Text Example
White with #54FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFBC; }
p { color: rgb(84,255,188); }
H1.HeaderClassName
{
color: #54FFBC;
}
.AnyTagClassName
{
color: #54FFBC;
}
</style>
background-color css
<style>
a { background-color: #54FFBC; }
a { background-color: rgb(84,255,188); }
div.DivClassName
{
background-color: #54FFBC;
}
.BgClassName
{
background-color: #54FFBC;
}
</style>
border-color css
<style>
span { border-color: #54FFBC; }
span { border-color: rgb(84,255,188); }
td.TdClassName
{
border-color: #54FFBC;
}
.TagClassName
{
border-color: #54FFBC;
}
</style>