#54E1E0

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

Shades of Turquoise #54E1E0

Tints of Turquoise #54E1E0

Color information

#54E1E0 (or 0x54E1E0) is unknown color: approx Turquoise. HEX triplet: 54, E1 and E0. RGB value is (84,225,224). Sum of RGB (Red+Green+Blue) = 84+225+224=533 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.76% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #54E1E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E1E0 is #AB1E1F. Grayscale: #B6B6B6. Windows color (decimal): -11214368 or 14737748. OLE color: 14737748.

HSL color Cylindrical-coordinate representation of color #54E1E0: hue angle of 179.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E1E0 is Cyan = 0.63, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB84225224-
CMYK0.6300.000.12
HSL179.57º70.15%60.59%-
HSV(B)179.57º62.67%88.24%-
XYZ44.0461.1280-
YUV182.73151.2957.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.76%
GREEN value IS 225 (88.28% from 255) = 42.21%
BLUE value IS 224 (87.89% from 255) = 42.03%
R=15.76%
G=42.21%
B=42.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal842252240.6300.000.12179.5770.1560.59
Hex54E1E03F00Cb4463d
Octal12434134077001426410675
Binary10101001110000111100000111111001100101101001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,225,224); }

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

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

 a { background-color: rgb(84,225,224); }

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

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

 span { border-color: rgb(84,225,224); }

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