Shades of Turquoise #54FFBA
Tints of Turquoise #54FFBA
RGB
CMYK
RGB Variations
Color information
#54FFBA (or 0x54FFBA) is known color: Turquoise. HEX triplet: 54, FF and BA. RGB value is (84,255,186). Sum of RGB (Red+Green+Blue) = 84+255+186=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFBA is #AB0045. Grayscale: #C4C4C4. Windows color (decimal): -11206726 or 12255060. OLE color: 12255060.
HSL color Cylindrical-coordinate representation of color #54FFBA: hue angle of 155.79º 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 #54FFBA is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 186 | - |
| CMYK | 0.67 | 0 | 0.27 | 0 |
| HSL | 155.79º | 1% | 0.66% | - |
| HSV(B) | 155.79º | 0.67% | 1% | - |
| XYZ | 48.28 | 76.95 | 58.76 | - |
| YUV | 196.01 | 122.35 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 186 | 0.67 | 0 | 0.27 | 0 | 155.79 | 1 | 0.66 |
| Hex | 54 | FF | BA | 43 | 0 | 1B | 0 | 9C | 64 | 42 |
| Octal | 124 | 377 | 272 | 103 | 0 | 33 | 0 | 234 | 144 | 102 |
| Binary | 1010100 | 11111111 | 10111010 | 1000011 | 0 | 11011 | 0 | 10011100 | 1100100 | 1000010 |
Color Harmonies of #54FFBA
Complementary color
Monochromatic Colors of #54FFBA
Black with #54FFBA
Text Example
Text Example
White with #54FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFBA; }
p { color: rgb(84,255,186); }
H1.HeaderClassName
{
color: #54FFBA;
}
.AnyTagClassName
{
color: #54FFBA;
}
</style>
background-color css
<style>
a { background-color: #54FFBA; }
a { background-color: rgb(84,255,186); }
div.DivClassName
{
background-color: #54FFBA;
}
.BgClassName
{
background-color: #54FFBA;
}
</style>
border-color css
<style>
span { border-color: #54FFBA; }
span { border-color: rgb(84,255,186); }
td.TdClassName
{
border-color: #54FFBA;
}
.TagClassName
{
border-color: #54FFBA;
}
</style>