Shades of Turquoise Blue #54ECF3
Tints of Turquoise Blue #54ECF3
RGB
CMYK
RGB Variations
Color information
#54ECF3 (or 0x54ECF3) is known color: Turquoise Blue. HEX triplet: 54, EC and F3. RGB value is (84,236,243). Sum of RGB (Red+Green+Blue) = 84+236+243=563 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.92% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #54ECF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54ECF3 is #AB130C. Grayscale: #BFBFBF. Windows color (decimal): -11211533 or 15985748. OLE color: 15985748.
HSL color Cylindrical-coordinate representation of color #54ECF3: hue angle of 182.64º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54ECF3 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 236 | 243 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.05 |
| HSL | 182.64º | 0.87% | 0.64% | - |
| HSV(B) | 182.64º | 0.65% | 0.95% | - |
| XYZ | 49.83 | 68.35 | 95.36 | - |
| YUV | 191.35 | 157.14 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 236 | 243 | 0.65 | 0.03 | 0 | 0.05 | 182.64 | 0.87 | 0.64 |
| Hex | 54 | EC | F3 | 41 | 3 | 0 | 5 | B7 | 57 | 40 |
| Octal | 124 | 354 | 363 | 101 | 3 | 0 | 5 | 267 | 127 | 100 |
| Binary | 1010100 | 11101100 | 11110011 | 1000001 | 11 | 0 | 101 | 10110111 | 1010111 | 1000000 |
Color Harmonies of #54ECF3
Complementary color
Monochromatic Colors of #54ECF3
Black with #54ECF3
Text Example
Text Example
White with #54ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ECF3; }
p { color: rgb(84,236,243); }
H1.HeaderClassName
{
color: #54ECF3;
}
.AnyTagClassName
{
color: #54ECF3;
}
</style>
background-color css
<style>
a { background-color: #54ECF3; }
a { background-color: rgb(84,236,243); }
div.DivClassName
{
background-color: #54ECF3;
}
.BgClassName
{
background-color: #54ECF3;
}
</style>
border-color css
<style>
span { border-color: #54ECF3; }
span { border-color: rgb(84,236,243); }
td.TdClassName
{
border-color: #54ECF3;
}
.TagClassName
{
border-color: #54ECF3;
}
</style>