#54E9EB

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

Shades of Turquoise Blue #54E9EB

Tints of Turquoise Blue #54E9EB

Color information

#54E9EB (or 0x54E9EB) is unknown color: approx Turquoise Blue. HEX triplet: 54, E9 and EB. RGB value is (84,233,235). Sum of RGB (Red+Green+Blue) = 84+233+235=552 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.22% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #54E9EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E9EB is #AB1614. Grayscale: #BCBCBC. Windows color (decimal): -11212309 or 15460692. OLE color: 15460692.

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

Color convert

RGB84233235-
CMYK0.640.0100.08
HSL180.79º79.06%62.55%-
HSV(B)180.79º64.26%92.16%-
XYZ47.7966.1688.85-
YUV188.68154.1453.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.22%
GREEN value IS 233 (91.41% from 255) = 42.21%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=15.22%
G=42.21%
B=42.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal842332350.640.0100.08180.7979.0662.55
Hex54E9EB40108b54f3f
Octal124351353100101026511777
Binary101010011101001111010111000000101000101101011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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