#54E7E5

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

Shades of Turquoise Blue #54E7E5

Tints of Turquoise Blue #54E7E5

Color information

#54E7E5 (or 0x54E7E5) is unknown color: approx Turquoise Blue. HEX triplet: 54, E7 and E5. RGB value is (84,231,229). Sum of RGB (Red+Green+Blue) = 84+231+229=544 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.44% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #54E7E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E7E5 is #AB181A. Grayscale: #BABABA. Windows color (decimal): -11212827 or 15066964. OLE color: 15066964.

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

Color convert

RGB84231229-
CMYK0.6400.010.09
HSL179.18º75.38%61.76%-
HSV(B)179.18º63.64%90.59%-
XYZ46.3764.6984.17-
YUV186.82151.854.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.44%
GREEN value IS 231 (90.62% from 255) = 42.46%
BLUE value IS 229 (89.84% from 255) = 42.10%
R=15.44%
G=42.46%
B=42.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal842312290.6400.010.09179.1875.3861.76
Hex54E7E540019b34b3e
Octal124347345100011126311376
Binary101010011100111111001011000000011001101100111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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