#54EBF0

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

Shades of Turquoise Blue #54EBF0

Tints of Turquoise Blue #54EBF0

Color information

#54EBF0 (or 0x54EBF0) is unknown color: approx Turquoise Blue. HEX triplet: 54, EB and F0. RGB value is (84,235,240). Sum of RGB (Red+Green+Blue) = 84+235+240=559 (74% of max value = 765). Red value is 84 (33.20% from 255 or 15.03% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #54EBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EBF0 is #AB140F. Grayscale: #BEBEBE. Windows color (decimal): -11211792 or 15788884. OLE color: 15788884.

HSL color Cylindrical-coordinate representation of color #54EBF0: hue angle of 181.92º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EBF0 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB84235240-
CMYK0.650.0200.06
HSL181.92º83.87%63.53%-
HSV(B)181.92º65%94.12%-
XYZ49.0967.5992.9-
YUV190.42155.9752.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.03%
GREEN value IS 235 (92.19% from 255) = 42.04%
BLUE value IS 240 (94.14% from 255) = 42.93%
R=15.03%
G=42.04%
B=42.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal842352400.650.0200.06181.9283.8763.53
Hex54EBF041206b65440
Octal124353360101206266124100
Binary1010100111010111111000010000011001101011011010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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