Shades of Turquoise Blue #54EBEF
Tints of Turquoise Blue #54EBEF
RGB
CMYK
RGB Variations
Color information
#54EBEF (or 0x54EBEF) is known color: Turquoise Blue. HEX triplet: 54, EB and EF. RGB value is (84,235,239). Sum of RGB (Red+Green+Blue) = 84+235+239=558 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.05% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #54EBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EBEF is #AB1410. Grayscale: #BEBEBE. Windows color (decimal): -11211793 or 15723348. OLE color: 15723348.
HSL color Cylindrical-coordinate representation of color #54EBEF: hue angle of 181.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EBEF is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 235 | 239 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.06 |
| HSL | 181.55º | 0.83% | 0.63% | - |
| HSV(B) | 181.55º | 0.65% | 0.94% | - |
| XYZ | 48.94 | 67.53 | 92.12 | - |
| YUV | 190.31 | 155.47 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 235 | 239 | 0.65 | 0.02 | 0 | 0.06 | 181.55 | 0.83 | 0.63 |
| Hex | 54 | EB | EF | 41 | 2 | 0 | 6 | B6 | 53 | 3F |
| Octal | 124 | 353 | 357 | 101 | 2 | 0 | 6 | 266 | 123 | 77 |
| Binary | 1010100 | 11101011 | 11101111 | 1000001 | 10 | 0 | 110 | 10110110 | 1010011 | 111111 |
Color Harmonies of #54EBEF
Complementary color
Monochromatic Colors of #54EBEF
Black with #54EBEF
Text Example
Text Example
White with #54EBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EBEF; }
p { color: rgb(84,235,239); }
H1.HeaderClassName
{
color: #54EBEF;
}
.AnyTagClassName
{
color: #54EBEF;
}
</style>
background-color css
<style>
a { background-color: #54EBEF; }
a { background-color: rgb(84,235,239); }
div.DivClassName
{
background-color: #54EBEF;
}
.BgClassName
{
background-color: #54EBEF;
}
</style>
border-color css
<style>
span { border-color: #54EBEF; }
span { border-color: rgb(84,235,239); }
td.TdClassName
{
border-color: #54EBEF;
}
.TagClassName
{
border-color: #54EBEF;
}
</style>