Shades of Turquoise #54FCBC
Tints of Turquoise #54FCBC
RGB
CMYK
RGB Variations
Color information
#54FCBC (or 0x54FCBC) is known color: Turquoise. HEX triplet: 54, FC and BC. RGB value is (84,252,188). Sum of RGB (Red+Green+Blue) = 84+252+188=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #54FCBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FCBC is #AB0343. Grayscale: #C2C2C2. Windows color (decimal): -11207492 or 12385364. OLE color: 12385364.
HSL color Cylindrical-coordinate representation of color #54FCBC: hue angle of 157.14º degrees, saturation: 0.97, 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 #54FCBC is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 252 | 188 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.01 |
| HSL | 157.14º | 0.97% | 0.66% | - |
| HSV(B) | 157.14º | 0.67% | 0.99% | - |
| XYZ | 47.54 | 75.14 | 59.57 | - |
| YUV | 194.47 | 124.34 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 252 | 188 | 0.67 | 0 | 0.25 | 0.01 | 157.14 | 0.97 | 0.66 |
| Hex | 54 | FC | BC | 43 | 0 | 19 | 1 | 9D | 61 | 42 |
| Octal | 124 | 374 | 274 | 103 | 0 | 31 | 1 | 235 | 141 | 102 |
| Binary | 1010100 | 11111100 | 10111100 | 1000011 | 0 | 11001 | 1 | 10011101 | 1100001 | 1000010 |
Color Harmonies of #54FCBC
Complementary color
Monochromatic Colors of #54FCBC
Black with #54FCBC
Text Example
Text Example
White with #54FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FCBC; }
p { color: rgb(84,252,188); }
H1.HeaderClassName
{
color: #54FCBC;
}
.AnyTagClassName
{
color: #54FCBC;
}
</style>
background-color css
<style>
a { background-color: #54FCBC; }
a { background-color: rgb(84,252,188); }
div.DivClassName
{
background-color: #54FCBC;
}
.BgClassName
{
background-color: #54FCBC;
}
</style>
border-color css
<style>
span { border-color: #54FCBC; }
span { border-color: rgb(84,252,188); }
td.TdClassName
{
border-color: #54FCBC;
}
.TagClassName
{
border-color: #54FCBC;
}
</style>