#54EDF4

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

Shades of Turquoise Blue #54EDF4

Tints of Turquoise Blue #54EDF4

Color information

#54EDF4 (or 0x54EDF4) is unknown color: approx Turquoise Blue. HEX triplet: 54, ED and F4. RGB value is (84,237,244). Sum of RGB (Red+Green+Blue) = 84+237+244=565 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.87% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #54EDF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EDF4 is #AB120B. Grayscale: #BFBFBF. Windows color (decimal): -11211276 or 16051540. OLE color: 16051540.

HSL color Cylindrical-coordinate representation of color #54EDF4: hue angle of 182.62º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54EDF4 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84237244-
CMYK0.660.0300.04
HSL182.62º87.91%64.31%-
HSV(B)182.62º65.57%95.69%-
XYZ50.2768.9896.25-
YUV192.05157.3150.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.87%
GREEN value IS 237 (92.97% from 255) = 41.95%
BLUE value IS 244 (95.70% from 255) = 43.19%
R=14.87%
G=41.95%
B=43.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842372440.660.0300.04182.6287.9164.31
Hex54EDF442304b75840
Octal124355364102304267130100
Binary1010100111011011111010010000101101001011011110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,237,244); }

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

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

 a { background-color: rgb(84,237,244); }

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

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

 span { border-color: rgb(84,237,244); }

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