Shades of Turquoise #54F8E3
Tints of Turquoise #54F8E3
RGB
CMYK
RGB Variations
Color information
#54F8E3 (or 0x54F8E3) is known color: Turquoise. HEX triplet: 54, F8 and E3. RGB value is (84,248,227). Sum of RGB (Red+Green+Blue) = 84+248+227=559 (74% of max value = 765). Red value is 84 (33.20% from 255 or 15.03% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #54F8E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F8E3 is #AB071C. Grayscale: #C4C4C4. Windows color (decimal): -11208477 or 14940244. OLE color: 14940244.
HSL color Cylindrical-coordinate representation of color #54F8E3: hue angle of 172.32º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F8E3 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 248 | 227 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.03 |
| HSL | 172.32º | 0.92% | 0.65% | - |
| HSV(B) | 172.32º | 0.66% | 0.97% | - |
| XYZ | 51.09 | 74.57 | 84.37 | - |
| YUV | 196.57 | 145.17 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 248 | 227 | 0.66 | 0 | 0.08 | 0.03 | 172.32 | 0.92 | 0.65 |
| Hex | 54 | F8 | E3 | 42 | 0 | 8 | 3 | AC | 5C | 41 |
| Octal | 124 | 370 | 343 | 102 | 0 | 10 | 3 | 254 | 134 | 101 |
| Binary | 1010100 | 11111000 | 11100011 | 1000010 | 0 | 1000 | 11 | 10101100 | 1011100 | 1000001 |
Color Harmonies of #54F8E3
Complementary color
Monochromatic Colors of #54F8E3
Black with #54F8E3
Text Example
Text Example
White with #54F8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F8E3; }
p { color: rgb(84,248,227); }
H1.HeaderClassName
{
color: #54F8E3;
}
.AnyTagClassName
{
color: #54F8E3;
}
</style>
background-color css
<style>
a { background-color: #54F8E3; }
a { background-color: rgb(84,248,227); }
div.DivClassName
{
background-color: #54F8E3;
}
.BgClassName
{
background-color: #54F8E3;
}
</style>
border-color css
<style>
span { border-color: #54F8E3; }
span { border-color: rgb(84,248,227); }
td.TdClassName
{
border-color: #54F8E3;
}
.TagClassName
{
border-color: #54F8E3;
}
</style>