Shades of Turquoise Blue #54E7EE
Tints of Turquoise Blue #54E7EE
RGB
CMYK
RGB Variations
Color information
#54E7EE (or 0x54E7EE) is known color: Turquoise Blue. HEX triplet: 54, E7 and EE. RGB value is (84,231,238). Sum of RGB (Red+Green+Blue) = 84+231+238=553 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.19% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #54E7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E7EE is #AB1811. Grayscale: #BBBBBB. Windows color (decimal): -11212818 or 15656788. OLE color: 15656788.
HSL color Cylindrical-coordinate representation of color #54E7EE: hue angle of 182.73º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54E7EE is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 231 | 238 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.07 |
| HSL | 182.73º | 0.82% | 0.63% | - |
| HSV(B) | 182.73º | 0.65% | 0.93% | - |
| XYZ | 47.66 | 65.21 | 90.96 | - |
| YUV | 187.85 | 156.3 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 231 | 238 | 0.65 | 0.03 | 0 | 0.07 | 182.73 | 0.82 | 0.63 |
| Hex | 54 | E7 | EE | 41 | 3 | 0 | 7 | B7 | 52 | 3F |
| Octal | 124 | 347 | 356 | 101 | 3 | 0 | 7 | 267 | 122 | 77 |
| Binary | 1010100 | 11100111 | 11101110 | 1000001 | 11 | 0 | 111 | 10110111 | 1010010 | 111111 |
Color Harmonies of #54E7EE
Complementary color
Monochromatic Colors of #54E7EE
Black with #54E7EE
Text Example
Text Example
White with #54E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E7EE; }
p { color: rgb(84,231,238); }
H1.HeaderClassName
{
color: #54E7EE;
}
.AnyTagClassName
{
color: #54E7EE;
}
</style>
background-color css
<style>
a { background-color: #54E7EE; }
a { background-color: rgb(84,231,238); }
div.DivClassName
{
background-color: #54E7EE;
}
.BgClassName
{
background-color: #54E7EE;
}
</style>
border-color css
<style>
span { border-color: #54E7EE; }
span { border-color: rgb(84,231,238); }
td.TdClassName
{
border-color: #54E7EE;
}
.TagClassName
{
border-color: #54E7EE;
}
</style>