Shades of Turquoise #54F3BB
Tints of Turquoise #54F3BB
RGB
CMYK
RGB Variations
Color information
#54F3BB (or 0x54F3BB) is known color: Turquoise. HEX triplet: 54, F3 and BB. RGB value is (84,243,187). Sum of RGB (Red+Green+Blue) = 84+243+187=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #54F3BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F3BB is #AB0C44. Grayscale: #BDBDBD. Windows color (decimal): -11209797 or 12317524. OLE color: 12317524.
HSL color Cylindrical-coordinate representation of color #54F3BB: hue angle of 158.87º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F3BB is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 243 | 187 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.05 |
| HSL | 158.87º | 0.87% | 0.64% | - |
| HSV(B) | 158.87º | 0.65% | 0.95% | - |
| XYZ | 44.68 | 69.57 | 58.09 | - |
| YUV | 189.08 | 126.82 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 243 | 187 | 0.65 | 0 | 0.23 | 0.05 | 158.87 | 0.87 | 0.64 |
| Hex | 54 | F3 | BB | 41 | 0 | 17 | 5 | 9F | 57 | 40 |
| Octal | 124 | 363 | 273 | 101 | 0 | 27 | 5 | 237 | 127 | 100 |
| Binary | 1010100 | 11110011 | 10111011 | 1000001 | 0 | 10111 | 101 | 10011111 | 1010111 | 1000000 |
Color Harmonies of #54F3BB
Complementary color
Monochromatic Colors of #54F3BB
Black with #54F3BB
Text Example
Text Example
White with #54F3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F3BB; }
p { color: rgb(84,243,187); }
H1.HeaderClassName
{
color: #54F3BB;
}
.AnyTagClassName
{
color: #54F3BB;
}
</style>
background-color css
<style>
a { background-color: #54F3BB; }
a { background-color: rgb(84,243,187); }
div.DivClassName
{
background-color: #54F3BB;
}
.BgClassName
{
background-color: #54F3BB;
}
</style>
border-color css
<style>
span { border-color: #54F3BB; }
span { border-color: rgb(84,243,187); }
td.TdClassName
{
border-color: #54F3BB;
}
.TagClassName
{
border-color: #54F3BB;
}
</style>