#54E2ED

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

Shades of Turquoise Blue #54E2ED

Tints of Turquoise Blue #54E2ED

Color information

#54E2ED (or 0x54E2ED) is unknown color: approx Turquoise Blue. HEX triplet: 54, E2 and ED. RGB value is (84,226,237). Sum of RGB (Red+Green+Blue) = 84+226+237=547 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.36% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #54E2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E2ED is #AB1D12. Grayscale: #B8B8B8. Windows color (decimal): -11214099 or 15589972. OLE color: 15589972.

HSL color Cylindrical-coordinate representation of color #54E2ED: hue angle of 184.31º 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 #54E2ED is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB84226237-
CMYK0.650.0500.07
HSL184.31º80.95%62.94%-
HSV(B)184.31º64.56%92.94%-
XYZ46.1462.3989.73-
YUV184.8157.4656.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.36%
GREEN value IS 226 (88.67% from 255) = 41.32%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=15.36%
G=41.32%
B=43.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal842262370.650.0500.07184.3180.9562.94
Hex54E2ED41507b8513f
Octal12434235510150727012177
Binary1010100111000101110110110000011010111101110001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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