Shades of Turquoise #54FFC5
Tints of Turquoise #54FFC5
RGB
CMYK
RGB Variations
Color information
#54FFC5 (or 0x54FFC5) is known color: Turquoise. HEX triplet: 54, FF and C5. RGB value is (84,255,197). Sum of RGB (Red+Green+Blue) = 84+255+197=536 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.67% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFC5 is #AB003A. Grayscale: #C5C5C5. Windows color (decimal): -11206715 or 12975956. OLE color: 12975956.
HSL color Cylindrical-coordinate representation of color #54FFC5: hue angle of 159.65º 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 #54FFC5 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 197 | - |
| CMYK | 0.67 | 0 | 0.23 | 0 |
| HSL | 159.65º | 1% | 0.66% | - |
| HSV(B) | 159.65º | 0.67% | 1% | - |
| XYZ | 49.49 | 77.44 | 65.16 | - |
| YUV | 197.26 | 127.85 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 197 | 0.67 | 0 | 0.23 | 0 | 159.65 | 1 | 0.66 |
| Hex | 54 | FF | C5 | 43 | 0 | 17 | 0 | A0 | 64 | 42 |
| Octal | 124 | 377 | 305 | 103 | 0 | 27 | 0 | 240 | 144 | 102 |
| Binary | 1010100 | 11111111 | 11000101 | 1000011 | 0 | 10111 | 0 | 10100000 | 1100100 | 1000010 |
Color Harmonies of #54FFC5
Complementary color
Monochromatic Colors of #54FFC5
Black with #54FFC5
Text Example
Text Example
White with #54FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFC5; }
p { color: rgb(84,255,197); }
H1.HeaderClassName
{
color: #54FFC5;
}
.AnyTagClassName
{
color: #54FFC5;
}
</style>
background-color css
<style>
a { background-color: #54FFC5; }
a { background-color: rgb(84,255,197); }
div.DivClassName
{
background-color: #54FFC5;
}
.BgClassName
{
background-color: #54FFC5;
}
</style>
border-color css
<style>
span { border-color: #54FFC5; }
span { border-color: rgb(84,255,197); }
td.TdClassName
{
border-color: #54FFC5;
}
.TagClassName
{
border-color: #54FFC5;
}
</style>