Shades of Turquoise Blue #54ECF6
Tints of Turquoise Blue #54ECF6
RGB
CMYK
RGB Variations
Color information
#54ECF6 (or 0x54ECF6) is known color: Turquoise Blue. HEX triplet: 54, EC and F6. RGB value is (84,236,246). Sum of RGB (Red+Green+Blue) = 84+236+246=566 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.84% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #54ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54ECF6 is #AB1309. Grayscale: #BFBFBF. Windows color (decimal): -11211530 or 16182356. OLE color: 16182356.
HSL color Cylindrical-coordinate representation of color #54ECF6: hue angle of 183.7º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54ECF6 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 236 | 246 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.04 |
| HSL | 183.7º | 0.9% | 0.65% | - |
| HSV(B) | 183.7º | 0.66% | 0.96% | - |
| XYZ | 50.29 | 68.53 | 97.77 | - |
| YUV | 191.69 | 158.64 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 236 | 246 | 0.66 | 0.04 | 0 | 0.04 | 183.7 | 0.9 | 0.65 |
| Hex | 54 | EC | F6 | 42 | 4 | 0 | 4 | B8 | 5A | 41 |
| Octal | 124 | 354 | 366 | 102 | 4 | 0 | 4 | 270 | 132 | 101 |
| Binary | 1010100 | 11101100 | 11110110 | 1000010 | 100 | 0 | 100 | 10111000 | 1011010 | 1000001 |
Color Harmonies of #54ECF6
Complementary color
Monochromatic Colors of #54ECF6
Black with #54ECF6
Text Example
Text Example
White with #54ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ECF6; }
p { color: rgb(84,236,246); }
H1.HeaderClassName
{
color: #54ECF6;
}
.AnyTagClassName
{
color: #54ECF6;
}
</style>
background-color css
<style>
a { background-color: #54ECF6; }
a { background-color: rgb(84,236,246); }
div.DivClassName
{
background-color: #54ECF6;
}
.BgClassName
{
background-color: #54ECF6;
}
</style>
border-color css
<style>
span { border-color: #54ECF6; }
span { border-color: rgb(84,236,246); }
td.TdClassName
{
border-color: #54ECF6;
}
.TagClassName
{
border-color: #54ECF6;
}
</style>