Shades of Turquoise #54F3C5
Tints of Turquoise #54F3C5
RGB
CMYK
RGB Variations
Color information
#54F3C5 (or 0x54F3C5) is known color: Turquoise. HEX triplet: 54, F3 and C5. RGB value is (84,243,197). Sum of RGB (Red+Green+Blue) = 84+243+197=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #54F3C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F3C5 is #AB0C3A. Grayscale: #BEBEBE. Windows color (decimal): -11209787 or 12972884. OLE color: 12972884.
HSL color Cylindrical-coordinate representation of color #54F3C5: hue angle of 162.64º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F3C5 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 243 | 197 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.05 |
| HSL | 162.64º | 0.87% | 0.64% | - |
| HSV(B) | 162.64º | 0.65% | 0.95% | - |
| XYZ | 45.78 | 70.02 | 63.92 | - |
| YUV | 190.22 | 131.82 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 243 | 197 | 0.65 | 0 | 0.19 | 0.05 | 162.64 | 0.87 | 0.64 |
| Hex | 54 | F3 | C5 | 41 | 0 | 13 | 5 | A3 | 57 | 40 |
| Octal | 124 | 363 | 305 | 101 | 0 | 23 | 5 | 243 | 127 | 100 |
| Binary | 1010100 | 11110011 | 11000101 | 1000001 | 0 | 10011 | 101 | 10100011 | 1010111 | 1000000 |
Color Harmonies of #54F3C5
Complementary color
Monochromatic Colors of #54F3C5
Black with #54F3C5
Text Example
Text Example
White with #54F3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F3C5; }
p { color: rgb(84,243,197); }
H1.HeaderClassName
{
color: #54F3C5;
}
.AnyTagClassName
{
color: #54F3C5;
}
</style>
background-color css
<style>
a { background-color: #54F3C5; }
a { background-color: rgb(84,243,197); }
div.DivClassName
{
background-color: #54F3C5;
}
.BgClassName
{
background-color: #54F3C5;
}
</style>
border-color css
<style>
span { border-color: #54F3C5; }
span { border-color: rgb(84,243,197); }
td.TdClassName
{
border-color: #54F3C5;
}
.TagClassName
{
border-color: #54F3C5;
}
</style>