#54E6ED

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

Shades of Turquoise Blue #54E6ED

Tints of Turquoise Blue #54E6ED

Color information

#54E6ED (or 0x54E6ED) is unknown color: approx Turquoise Blue. HEX triplet: 54, E6 and ED. RGB value is (84,230,237). Sum of RGB (Red+Green+Blue) = 84+230+237=551 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.25% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #54E6ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E6ED is #AB1912. Grayscale: #BABABA. Windows color (decimal): -11213075 or 15590996. OLE color: 15590996.

HSL color Cylindrical-coordinate representation of color #54E6ED: hue angle of 182.75º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54E6ED is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB84230237-
CMYK0.650.0300.07
HSL182.75º80.95%62.94%-
HSV(B)182.75º64.56%92.94%-
XYZ47.2464.5990.1-
YUV187.14156.1354.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.25%
GREEN value IS 230 (90.23% from 255) = 41.74%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=15.25%
G=41.74%
B=43.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal842302370.650.0300.07182.7580.9562.94
Hex54E6ED41307b7513f
Octal12434635510130726712177
Binary101010011100110111011011000001110111101101111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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