#54eae9

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

Shades of Turquoise Blue #54EAE9

Tints of Turquoise Blue #54EAE9

Color information

#54EAE9 (or 0x54EAE9) is unknown color: approx Turquoise Blue. HEX triplet: 54, EA and E9. RGB value is (84,234,233). Sum of RGB (Red+Green+Blue) = 84+234+233=551 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.25% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #54EAE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EAE9 is #AB1516. Grayscale: #BCBCBC. Windows color (decimal): -11212055 or 15329876. OLE color: 15329876.

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

Color convert

RGB84234233-
CMYK0.6400.000.08
HSL179.6º78.12%62.35%-
HSV(B)179.6º64.1%91.76%-
XYZ47.7966.6187.43-
YUV189.04152.853.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.25%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 233 (91.41% from 255) = 42.29%
R=15.25%
G=42.47%
B=42.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal842342330.6400.000.08179.678.1262.35
Hex54EAE940008b44e3e
Octal124352351100001026411676
Binary101010011101010111010011000000001000101101001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54eae9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,234,233); }

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

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

 a { background-color: rgb(84,234,233); }

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

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

 span { border-color: rgb(84,234,233); }

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