Shades of Turquoise #54FBBC
Tints of Turquoise #54FBBC
RGB
CMYK
RGB Variations
Color information
#54FBBC (or 0x54FBBC) is known color: Turquoise. HEX triplet: 54, FB and BC. RGB value is (84,251,188). Sum of RGB (Red+Green+Blue) = 84+251+188=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FBBC is #AB0443. Grayscale: #C1C1C1. Windows color (decimal): -11207748 or 12385108. OLE color: 12385108.
HSL color Cylindrical-coordinate representation of color #54FBBC: hue angle of 157.37º 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 #54FBBC is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 251 | 188 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.02 |
| HSL | 157.37º | 0.95% | 0.66% | - |
| HSV(B) | 157.37º | 0.67% | 0.98% | - |
| XYZ | 47.23 | 74.51 | 59.47 | - |
| YUV | 193.89 | 124.67 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 251 | 188 | 0.67 | 0 | 0.25 | 0.02 | 157.37 | 0.95 | 0.66 |
| Hex | 54 | FB | BC | 43 | 0 | 19 | 2 | 9D | 5F | 42 |
| Octal | 124 | 373 | 274 | 103 | 0 | 31 | 2 | 235 | 137 | 102 |
| Binary | 1010100 | 11111011 | 10111100 | 1000011 | 0 | 11001 | 10 | 10011101 | 1011111 | 1000010 |
Color Harmonies of #54FBBC
Complementary color
Monochromatic Colors of #54FBBC
Black with #54FBBC
Text Example
Text Example
White with #54FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FBBC; }
p { color: rgb(84,251,188); }
H1.HeaderClassName
{
color: #54FBBC;
}
.AnyTagClassName
{
color: #54FBBC;
}
</style>
background-color css
<style>
a { background-color: #54FBBC; }
a { background-color: rgb(84,251,188); }
div.DivClassName
{
background-color: #54FBBC;
}
.BgClassName
{
background-color: #54FBBC;
}
</style>
border-color css
<style>
span { border-color: #54FBBC; }
span { border-color: rgb(84,251,188); }
td.TdClassName
{
border-color: #54FBBC;
}
.TagClassName
{
border-color: #54FBBC;
}
</style>