Shades of Turquoise Blue #54E1E6
Tints of Turquoise Blue #54E1E6
RGB
CMYK
RGB Variations
Color information
#54E1E6 (or 0x54E1E6) is known color: Turquoise Blue. HEX triplet: 54, E1 and E6. RGB value is (84,225,230). Sum of RGB (Red+Green+Blue) = 84+225+230=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #54E1E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E1E6 is #AB1E19. Grayscale: #B7B7B7. Windows color (decimal): -11214362 or 15130964. OLE color: 15130964.
HSL color Cylindrical-coordinate representation of color #54E1E6: hue angle of 182.05º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E1E6 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 225 | 230 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.10 |
| HSL | 182.05º | 0.74% | 0.62% | - |
| HSV(B) | 182.05º | 0.63% | 0.9% | - |
| XYZ | 44.86 | 61.45 | 84.36 | - |
| YUV | 183.41 | 154.29 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 225 | 230 | 0.63 | 0.02 | 0 | 0.10 | 182.05 | 0.74 | 0.62 |
| Hex | 54 | E1 | E6 | 3F | 2 | 0 | A | B6 | 4A | 3E |
| Octal | 124 | 341 | 346 | 77 | 2 | 0 | 12 | 266 | 112 | 76 |
| Binary | 1010100 | 11100001 | 11100110 | 111111 | 10 | 0 | 1010 | 10110110 | 1001010 | 111110 |
Color Harmonies of #54E1E6
Complementary color
Monochromatic Colors of #54E1E6
Black with #54E1E6
Text Example
Text Example
White with #54E1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E1E6; }
p { color: rgb(84,225,230); }
H1.HeaderClassName
{
color: #54E1E6;
}
.AnyTagClassName
{
color: #54E1E6;
}
</style>
background-color css
<style>
a { background-color: #54E1E6; }
a { background-color: rgb(84,225,230); }
div.DivClassName
{
background-color: #54E1E6;
}
.BgClassName
{
background-color: #54E1E6;
}
</style>
border-color css
<style>
span { border-color: #54E1E6; }
span { border-color: rgb(84,225,230); }
td.TdClassName
{
border-color: #54E1E6;
}
.TagClassName
{
border-color: #54E1E6;
}
</style>