#54e8e2

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

Shades of Turquoise #54E8E2

Tints of Turquoise #54E8E2

Color information

#54E8E2 (or 0x54E8E2) is unknown color: approx Turquoise. HEX triplet: 54, E8 and E2. RGB value is (84,232,226). Sum of RGB (Red+Green+Blue) = 84+232+226=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #54E8E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E8E2 is #AB171D. Grayscale: #BABABA. Windows color (decimal): -11212574 or 14870612. OLE color: 14870612.

HSL color Cylindrical-coordinate representation of color #54E8E2: hue angle of 177.57º 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 #54E8E2 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB84232226-
CMYK0.6400.030.09
HSL177.57º76.29%61.96%-
HSV(B)177.57º63.79%90.98%-
XYZ46.2465.0982.08-
YUV187.06149.9754.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.50%
GREEN value IS 232 (91.02% from 255) = 42.80%
BLUE value IS 226 (88.67% from 255) = 41.70%
R=15.50%
G=42.80%
B=41.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal842322260.6400.030.09177.5776.2961.96
Hex54E8E240039b24c3e
Octal124350342100031126211476
Binary1010100111010001110001010000000111001101100101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54e8e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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