#54E9FA

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

Shades of Turquoise Blue #54E9FA

Tints of Turquoise Blue #54E9FA

Color information

#54E9FA (or 0x54E9FA) is unknown color: approx Turquoise Blue. HEX triplet: 54, E9 and FA. RGB value is (84,233,250). Sum of RGB (Red+Green+Blue) = 84+233+250=567 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.81% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #54E9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E9FA is #AB1605. Grayscale: #BEBEBE. Windows color (decimal): -11212294 or 16443732. OLE color: 16443732.

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

Color convert

RGB84233250-
CMYK0.660.0700.02
HSL186.14º94.32%65.49%-
HSV(B)186.14º66.4%98.04%-
XYZ50.0567.06100.75-
YUV190.39161.6452.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.81%
GREEN value IS 233 (91.41% from 255) = 41.09%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=14.81%
G=41.09%
B=44.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842332500.660.0700.02186.1494.3265.49
Hex54E9FA42702ba5e41
Octal124351372102702272136101
Binary1010100111010011111101010000101110101011101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,233,250); }

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

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

 a { background-color: rgb(84,233,250); }

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

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

 span { border-color: rgb(84,233,250); }

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