Shades of Turquoise #54F3C0
Tints of Turquoise #54F3C0
RGB
CMYK
RGB Variations
Color information
#54F3C0 (or 0x54F3C0) is known color: Turquoise. HEX triplet: 54, F3 and C0. RGB value is (84,243,192). Sum of RGB (Red+Green+Blue) = 84+243+192=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #54F3C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F3C0 is #AB0C3F. Grayscale: #BDBDBD. Windows color (decimal): -11209792 or 12645204. OLE color: 12645204.
HSL color Cylindrical-coordinate representation of color #54F3C0: hue angle of 160.75º 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 #54F3C0 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 243 | 192 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.05 |
| HSL | 160.75º | 0.87% | 0.64% | - |
| HSV(B) | 160.75º | 0.65% | 0.95% | - |
| XYZ | 45.22 | 69.79 | 60.96 | - |
| YUV | 189.65 | 129.32 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 243 | 192 | 0.65 | 0 | 0.21 | 0.05 | 160.75 | 0.87 | 0.64 |
| Hex | 54 | F3 | C0 | 41 | 0 | 15 | 5 | A1 | 57 | 40 |
| Octal | 124 | 363 | 300 | 101 | 0 | 25 | 5 | 241 | 127 | 100 |
| Binary | 1010100 | 11110011 | 11000000 | 1000001 | 0 | 10101 | 101 | 10100001 | 1010111 | 1000000 |
Color Harmonies of #54F3C0
Complementary color
Monochromatic Colors of #54F3C0
Black with #54F3C0
Text Example
Text Example
White with #54F3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F3C0; }
p { color: rgb(84,243,192); }
H1.HeaderClassName
{
color: #54F3C0;
}
.AnyTagClassName
{
color: #54F3C0;
}
</style>
background-color css
<style>
a { background-color: #54F3C0; }
a { background-color: rgb(84,243,192); }
div.DivClassName
{
background-color: #54F3C0;
}
.BgClassName
{
background-color: #54F3C0;
}
</style>
border-color css
<style>
span { border-color: #54F3C0; }
span { border-color: rgb(84,243,192); }
td.TdClassName
{
border-color: #54F3C0;
}
.TagClassName
{
border-color: #54F3C0;
}
</style>