Shades of Turquoise #54FBC6
Tints of Turquoise #54FBC6
RGB
CMYK
RGB Variations
Color information
#54FBC6 (or 0x54FBC6) is known color: Turquoise. HEX triplet: 54, FB and C6. RGB value is (84,251,198). Sum of RGB (Red+Green+Blue) = 84+251+198=533 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.76% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FBC6 is #AB0439. Grayscale: #C3C3C3. Windows color (decimal): -11207738 or 13040468. OLE color: 13040468.
HSL color Cylindrical-coordinate representation of color #54FBC6: hue angle of 160.96º 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 #54FBC6 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 251 | 198 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.02 |
| HSL | 160.96º | 0.95% | 0.66% | - |
| HSV(B) | 160.96º | 0.67% | 0.98% | - |
| XYZ | 48.35 | 74.96 | 65.35 | - |
| YUV | 195.03 | 129.67 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 251 | 198 | 0.67 | 0 | 0.21 | 0.02 | 160.96 | 0.95 | 0.66 |
| Hex | 54 | FB | C6 | 43 | 0 | 15 | 2 | A1 | 5F | 42 |
| Octal | 124 | 373 | 306 | 103 | 0 | 25 | 2 | 241 | 137 | 102 |
| Binary | 1010100 | 11111011 | 11000110 | 1000011 | 0 | 10101 | 10 | 10100001 | 1011111 | 1000010 |
Color Harmonies of #54FBC6
Complementary color
Monochromatic Colors of #54FBC6
Black with #54FBC6
Text Example
Text Example
White with #54FBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FBC6; }
p { color: rgb(84,251,198); }
H1.HeaderClassName
{
color: #54FBC6;
}
.AnyTagClassName
{
color: #54FBC6;
}
</style>
background-color css
<style>
a { background-color: #54FBC6; }
a { background-color: rgb(84,251,198); }
div.DivClassName
{
background-color: #54FBC6;
}
.BgClassName
{
background-color: #54FBC6;
}
</style>
border-color css
<style>
span { border-color: #54FBC6; }
span { border-color: rgb(84,251,198); }
td.TdClassName
{
border-color: #54FBC6;
}
.TagClassName
{
border-color: #54FBC6;
}
</style>