#54E7F1

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

Shades of Turquoise Blue #54E7F1

Tints of Turquoise Blue #54E7F1

Color information

#54E7F1 (or 0x54E7F1) is unknown color: approx Turquoise Blue. HEX triplet: 54, E7 and F1. RGB value is (84,231,241). Sum of RGB (Red+Green+Blue) = 84+231+241=556 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.11% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #54E7F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E7F1 is #AB180E. Grayscale: #BBBBBB. Windows color (decimal): -11212815 or 15853396. OLE color: 15853396.

HSL color Cylindrical-coordinate representation of color #54E7F1: hue angle of 183.82º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54E7F1 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84231241-
CMYK0.650.0400.05
HSL183.82º84.86%63.73%-
HSV(B)183.82º65.15%94.51%-
XYZ48.1165.3993.3-
YUV188.19157.853.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.11%
GREEN value IS 231 (90.62% from 255) = 41.55%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=15.11%
G=41.55%
B=43.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842312410.650.0400.05183.8284.8663.73
Hex54E7F141405b85540
Octal124347361101405270125100
Binary10101001110011111110001100000110001011011100010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,231,241); }

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

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

 a { background-color: rgb(84,231,241); }

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

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

 span { border-color: rgb(84,231,241); }

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