Shades of Turquoise #54FBE0
Tints of Turquoise #54FBE0
RGB
CMYK
RGB Variations
Color information
#54FBE0 (or 0x54FBE0) is known color: Turquoise. HEX triplet: 54, FB and E0. RGB value is (84,251,224). Sum of RGB (Red+Green+Blue) = 84+251+224=559 (74% of max value = 765). Red value is 84 (33.20% from 255 or 15.03% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FBE0 is #AB041F. Grayscale: #C5C5C5. Windows color (decimal): -11207712 or 14744404. OLE color: 14744404.
HSL color Cylindrical-coordinate representation of color #54FBE0: hue angle of 170.3º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FBE0 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 251 | 224 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.02 |
| HSL | 170.3º | 0.95% | 0.66% | - |
| HSV(B) | 170.3º | 0.67% | 0.98% | - |
| XYZ | 51.61 | 76.26 | 82.52 | - |
| YUV | 197.99 | 142.67 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 251 | 224 | 0.67 | 0 | 0.11 | 0.02 | 170.3 | 0.95 | 0.66 |
| Hex | 54 | FB | E0 | 43 | 0 | B | 2 | AA | 5F | 42 |
| Octal | 124 | 373 | 340 | 103 | 0 | 13 | 2 | 252 | 137 | 102 |
| Binary | 1010100 | 11111011 | 11100000 | 1000011 | 0 | 1011 | 10 | 10101010 | 1011111 | 1000010 |
Color Harmonies of #54FBE0
Complementary color
Monochromatic Colors of #54FBE0
Black with #54FBE0
Text Example
Text Example
White with #54FBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FBE0; }
p { color: rgb(84,251,224); }
H1.HeaderClassName
{
color: #54FBE0;
}
.AnyTagClassName
{
color: #54FBE0;
}
</style>
background-color css
<style>
a { background-color: #54FBE0; }
a { background-color: rgb(84,251,224); }
div.DivClassName
{
background-color: #54FBE0;
}
.BgClassName
{
background-color: #54FBE0;
}
</style>
border-color css
<style>
span { border-color: #54FBE0; }
span { border-color: rgb(84,251,224); }
td.TdClassName
{
border-color: #54FBE0;
}
.TagClassName
{
border-color: #54FBE0;
}
</style>