Shades of Turquoise #54FCC6
Tints of Turquoise #54FCC6
RGB
CMYK
RGB Variations
Color information
#54FCC6 (or 0x54FCC6) is known color: Turquoise. HEX triplet: 54, FC and C6. RGB value is (84,252,198). Sum of RGB (Red+Green+Blue) = 84+252+198=534 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.73% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #54FCC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FCC6 is #AB0339. Grayscale: #C3C3C3. Windows color (decimal): -11207482 or 13040724. OLE color: 13040724.
HSL color Cylindrical-coordinate representation of color #54FCC6: hue angle of 160.71º 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 #54FCC6 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 252 | 198 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.01 |
| HSL | 160.71º | 0.97% | 0.66% | - |
| HSV(B) | 160.71º | 0.67% | 0.99% | - |
| XYZ | 48.66 | 75.58 | 65.45 | - |
| YUV | 195.61 | 129.34 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 252 | 198 | 0.67 | 0 | 0.21 | 0.01 | 160.71 | 0.97 | 0.66 |
| Hex | 54 | FC | C6 | 43 | 0 | 15 | 1 | A1 | 61 | 42 |
| Octal | 124 | 374 | 306 | 103 | 0 | 25 | 1 | 241 | 141 | 102 |
| Binary | 1010100 | 11111100 | 11000110 | 1000011 | 0 | 10101 | 1 | 10100001 | 1100001 | 1000010 |
Color Harmonies of #54FCC6
Complementary color
Monochromatic Colors of #54FCC6
Black with #54FCC6
Text Example
Text Example
White with #54FCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FCC6; }
p { color: rgb(84,252,198); }
H1.HeaderClassName
{
color: #54FCC6;
}
.AnyTagClassName
{
color: #54FCC6;
}
</style>
background-color css
<style>
a { background-color: #54FCC6; }
a { background-color: rgb(84,252,198); }
div.DivClassName
{
background-color: #54FCC6;
}
.BgClassName
{
background-color: #54FCC6;
}
</style>
border-color css
<style>
span { border-color: #54FCC6; }
span { border-color: rgb(84,252,198); }
td.TdClassName
{
border-color: #54FCC6;
}
.TagClassName
{
border-color: #54FCC6;
}
</style>