Shades of Turquoise #54FDBE
Tints of Turquoise #54FDBE
RGB
CMYK
RGB Variations
Color information
#54FDBE (or 0x54FDBE) is known color: Turquoise. HEX triplet: 54, FD and BE. RGB value is (84,253,190). Sum of RGB (Red+Green+Blue) = 84+253+190=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #54FDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FDBE is #AB0241. Grayscale: #C3C3C3. Windows color (decimal): -11207234 or 12516692. OLE color: 12516692.
HSL color Cylindrical-coordinate representation of color #54FDBE: hue angle of 157.63º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FDBE is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 253 | 190 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.01 |
| HSL | 157.63º | 0.98% | 0.66% | - |
| HSV(B) | 157.63º | 0.67% | 0.99% | - |
| XYZ | 48.08 | 75.85 | 60.82 | - |
| YUV | 195.29 | 125.01 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 253 | 190 | 0.67 | 0 | 0.25 | 0.01 | 157.63 | 0.98 | 0.66 |
| Hex | 54 | FD | BE | 43 | 0 | 19 | 1 | 9E | 62 | 42 |
| Octal | 124 | 375 | 276 | 103 | 0 | 31 | 1 | 236 | 142 | 102 |
| Binary | 1010100 | 11111101 | 10111110 | 1000011 | 0 | 11001 | 1 | 10011110 | 1100010 | 1000010 |
Color Harmonies of #54FDBE
Complementary color
Monochromatic Colors of #54FDBE
Black with #54FDBE
Text Example
Text Example
White with #54FDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FDBE; }
p { color: rgb(84,253,190); }
H1.HeaderClassName
{
color: #54FDBE;
}
.AnyTagClassName
{
color: #54FDBE;
}
</style>
background-color css
<style>
a { background-color: #54FDBE; }
a { background-color: rgb(84,253,190); }
div.DivClassName
{
background-color: #54FDBE;
}
.BgClassName
{
background-color: #54FDBE;
}
</style>
border-color css
<style>
span { border-color: #54FDBE; }
span { border-color: rgb(84,253,190); }
td.TdClassName
{
border-color: #54FDBE;
}
.TagClassName
{
border-color: #54FDBE;
}
</style>