Shades of Turquoise #54FBC5
Tints of Turquoise #54FBC5
RGB
CMYK
RGB Variations
Color information
#54FBC5 (or 0x54FBC5) is known color: Turquoise. HEX triplet: 54, FB and C5. RGB value is (84,251,197). Sum of RGB (Red+Green+Blue) = 84+251+197=532 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.79% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FBC5 is #AB043A. Grayscale: #C2C2C2. Windows color (decimal): -11207739 or 12974932. OLE color: 12974932.
HSL color Cylindrical-coordinate representation of color #54FBC5: hue angle of 160.6º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FBC5 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 251 | 197 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.02 |
| HSL | 160.6º | 0.95% | 0.66% | - |
| HSV(B) | 160.6º | 0.67% | 0.98% | - |
| XYZ | 48.23 | 74.91 | 64.74 | - |
| YUV | 194.91 | 129.17 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 251 | 197 | 0.67 | 0 | 0.22 | 0.02 | 160.6 | 0.95 | 0.66 |
| Hex | 54 | FB | C5 | 43 | 0 | 16 | 2 | A1 | 5F | 42 |
| Octal | 124 | 373 | 305 | 103 | 0 | 26 | 2 | 241 | 137 | 102 |
| Binary | 1010100 | 11111011 | 11000101 | 1000011 | 0 | 10110 | 10 | 10100001 | 1011111 | 1000010 |
Color Harmonies of #54FBC5
Complementary color
Monochromatic Colors of #54FBC5
Black with #54FBC5
Text Example
Text Example
White with #54FBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FBC5; }
p { color: rgb(84,251,197); }
H1.HeaderClassName
{
color: #54FBC5;
}
.AnyTagClassName
{
color: #54FBC5;
}
</style>
background-color css
<style>
a { background-color: #54FBC5; }
a { background-color: rgb(84,251,197); }
div.DivClassName
{
background-color: #54FBC5;
}
.BgClassName
{
background-color: #54FBC5;
}
</style>
border-color css
<style>
span { border-color: #54FBC5; }
span { border-color: rgb(84,251,197); }
td.TdClassName
{
border-color: #54FBC5;
}
.TagClassName
{
border-color: #54FBC5;
}
</style>