Shades of Turquoise Blue #54E6FC
Tints of Turquoise Blue #54E6FC
RGB
CMYK
RGB Variations
Color information
#54E6FC (or 0x54E6FC) is known color: Turquoise Blue. HEX triplet: 54, E6 and FC. RGB value is (84,230,252). Sum of RGB (Red+Green+Blue) = 84+230+252=566 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.84% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #54E6FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E6FC is #AB1903. Grayscale: #BCBCBC. Windows color (decimal): -11213060 or 16574036. OLE color: 16574036.
HSL color Cylindrical-coordinate representation of color #54E6FC: hue angle of 187.86º 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 #54E6FC is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 230 | 252 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.01 |
| HSL | 187.86º | 0.97% | 0.66% | - |
| HSV(B) | 187.86º | 0.67% | 0.99% | - |
| XYZ | 49.52 | 65.51 | 102.13 | - |
| YUV | 188.85 | 163.63 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 230 | 252 | 0.67 | 0.09 | 0 | 0.01 | 187.86 | 0.97 | 0.66 |
| Hex | 54 | E6 | FC | 43 | 9 | 0 | 1 | BC | 61 | 42 |
| Octal | 124 | 346 | 374 | 103 | 11 | 0 | 1 | 274 | 141 | 102 |
| Binary | 1010100 | 11100110 | 11111100 | 1000011 | 1001 | 0 | 1 | 10111100 | 1100001 | 1000010 |
Color Harmonies of #54E6FC
Complementary color
Monochromatic Colors of #54E6FC
Black with #54E6FC
Text Example
Text Example
White with #54E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E6FC; }
p { color: rgb(84,230,252); }
H1.HeaderClassName
{
color: #54E6FC;
}
.AnyTagClassName
{
color: #54E6FC;
}
</style>
background-color css
<style>
a { background-color: #54E6FC; }
a { background-color: rgb(84,230,252); }
div.DivClassName
{
background-color: #54E6FC;
}
.BgClassName
{
background-color: #54E6FC;
}
</style>
border-color css
<style>
span { border-color: #54E6FC; }
span { border-color: rgb(84,230,252); }
td.TdClassName
{
border-color: #54E6FC;
}
.TagClassName
{
border-color: #54E6FC;
}
</style>