#54E8E7

Color #54E8E7 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #54E8E7

Tints of Turquoise Blue #54E8E7

Color information

#54E8E7 (or 0x54E8E7) is unknown color: approx Turquoise Blue. HEX triplet: 54, E8 and E7. RGB value is (84,232,231). Sum of RGB (Red+Green+Blue) = 84+232+231=547 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.36% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #54E8E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E8E7 is #AB1718. Grayscale: #BBBBBB. Windows color (decimal): -11212569 or 15198292. OLE color: 15198292.

HSL color Cylindrical-coordinate representation of color #54E8E7: hue angle of 179.59º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E8E7 is Cyan = 0.64, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB84232231-
CMYK0.6400.000.09
HSL179.59º76.29%61.96%-
HSV(B)179.59º63.79%90.98%-
XYZ46.9465.3785.74-
YUV187.63152.4754.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 15.36%
GREEN value IS 232 (91.02% from 255) = 42.41%
BLUE value IS 231 (90.62% from 255) = 42.23%
R=15.36%
G=42.41%
B=42.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal842322310.6400.000.09179.5976.2961.96
Hex54E8E740009b44c3e
Octal124350347100001126411476
Binary101010011101000111001111000000001001101101001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54E8E7; }

 p { color: rgb(84,232,231); }

 H1.HeaderClassName
 {
   color: #54E8E7;
 }
 .AnyTagClassName
 {
   color: #54E8E7;
 }
</style>
background-color css

<style>
 a { background-color: #54E8E7; }

 a { background-color: rgb(84,232,231); }

 div.DivClassName
 {
   background-color: #54E8E7;
 }
 .BgClassName
 {
   background-color: #54E8E7;
 }
</style>
border-color css

<style>
 span { border-color: #54E8E7; }

 span { border-color: rgb(84,232,231); }

 td.TdClassName
 {
   border-color: #54E8E7;
 }
 .TagClassName
 {
   border-color: #54E8E7;
 }
</style>