#54E0E4

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

Shades of Turquoise Blue #54E0E4

Tints of Turquoise Blue #54E0E4

Color information

#54E0E4 (or 0x54E0E4) is unknown color: approx Turquoise Blue. HEX triplet: 54, E0 and E4. RGB value is (84,224,228). Sum of RGB (Red+Green+Blue) = 84+224+228=536 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.67% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #54E0E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E0E4 is #AB1F1B. Grayscale: #B6B6B6. Windows color (decimal): -11214620 or 14999636. OLE color: 14999636.

HSL color Cylindrical-coordinate representation of color #54E0E4: hue angle of 181.67º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E0E4 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB84224228-
CMYK0.630.0200.11
HSL181.67º72.73%61.18%-
HSV(B)181.67º63.16%89.41%-
XYZ44.3260.882.8-
YUV182.6153.6257.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.67%
GREEN value IS 224 (87.89% from 255) = 41.79%
BLUE value IS 228 (89.45% from 255) = 42.54%
R=15.67%
G=41.79%
B=42.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal842242280.630.0200.11181.6772.7361.18
Hex54E0E43F20Bb6493d
Octal12434034477201326611175
Binary101010011100000111001001111111001011101101101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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