Shades of Turquoise #54FFB7
Tints of Turquoise #54FFB7
RGB
CMYK
RGB Variations
Color information
#54FFB7 (or 0x54FFB7) is known color: Turquoise. HEX triplet: 54, FF and B7. RGB value is (84,255,183). Sum of RGB (Red+Green+Blue) = 84+255+183=522 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.09% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFB7 is #AB0048. Grayscale: #C3C3C3. Windows color (decimal): -11206729 or 12058452. OLE color: 12058452.
HSL color Cylindrical-coordinate representation of color #54FFB7: hue angle of 154.74º 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 #54FFB7 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 183 | - |
| CMYK | 0.67 | 0 | 0.28 | 0 |
| HSL | 154.74º | 1% | 0.66% | - |
| HSV(B) | 154.74º | 0.67% | 1% | - |
| XYZ | 47.96 | 76.82 | 57.1 | - |
| YUV | 195.66 | 120.85 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 183 | 0.67 | 0 | 0.28 | 0 | 154.74 | 1 | 0.66 |
| Hex | 54 | FF | B7 | 43 | 0 | 1C | 0 | 9B | 64 | 42 |
| Octal | 124 | 377 | 267 | 103 | 0 | 34 | 0 | 233 | 144 | 102 |
| Binary | 1010100 | 11111111 | 10110111 | 1000011 | 0 | 11100 | 0 | 10011011 | 1100100 | 1000010 |
Color Harmonies of #54FFB7
Complementary color
Monochromatic Colors of #54FFB7
Black with #54FFB7
Text Example
Text Example
White with #54FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFB7; }
p { color: rgb(84,255,183); }
H1.HeaderClassName
{
color: #54FFB7;
}
.AnyTagClassName
{
color: #54FFB7;
}
</style>
background-color css
<style>
a { background-color: #54FFB7; }
a { background-color: rgb(84,255,183); }
div.DivClassName
{
background-color: #54FFB7;
}
.BgClassName
{
background-color: #54FFB7;
}
</style>
border-color css
<style>
span { border-color: #54FFB7; }
span { border-color: rgb(84,255,183); }
td.TdClassName
{
border-color: #54FFB7;
}
.TagClassName
{
border-color: #54FFB7;
}
</style>