Shades of Turquoise #54F9E4
Tints of Turquoise #54F9E4
RGB
CMYK
RGB Variations
Color information
#54F9E4 (or 0x54F9E4) is known color: Turquoise. HEX triplet: 54, F9 and E4. RGB value is (84,249,228). Sum of RGB (Red+Green+Blue) = 84+249+228=561 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.97% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #54F9E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F9E4 is #AB061B. Grayscale: #C5C5C5. Windows color (decimal): -11208220 or 15006036. OLE color: 15006036.
HSL color Cylindrical-coordinate representation of color #54F9E4: hue angle of 172.36º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F9E4 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 249 | 228 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.02 |
| HSL | 172.36º | 0.93% | 0.65% | - |
| HSV(B) | 172.36º | 0.66% | 0.98% | - |
| XYZ | 51.54 | 75.24 | 85.2 | - |
| YUV | 197.27 | 145.34 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 249 | 228 | 0.66 | 0 | 0.08 | 0.02 | 172.36 | 0.93 | 0.65 |
| Hex | 54 | F9 | E4 | 42 | 0 | 8 | 2 | AC | 5D | 41 |
| Octal | 124 | 371 | 344 | 102 | 0 | 10 | 2 | 254 | 135 | 101 |
| Binary | 1010100 | 11111001 | 11100100 | 1000010 | 0 | 1000 | 10 | 10101100 | 1011101 | 1000001 |
Color Harmonies of #54F9E4
Complementary color
Monochromatic Colors of #54F9E4
Black with #54F9E4
Text Example
Text Example
White with #54F9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F9E4; }
p { color: rgb(84,249,228); }
H1.HeaderClassName
{
color: #54F9E4;
}
.AnyTagClassName
{
color: #54F9E4;
}
</style>
background-color css
<style>
a { background-color: #54F9E4; }
a { background-color: rgb(84,249,228); }
div.DivClassName
{
background-color: #54F9E4;
}
.BgClassName
{
background-color: #54F9E4;
}
</style>
border-color css
<style>
span { border-color: #54F9E4; }
span { border-color: rgb(84,249,228); }
td.TdClassName
{
border-color: #54F9E4;
}
.TagClassName
{
border-color: #54F9E4;
}
</style>