#54E3F2

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

Shades of Turquoise Blue #54E3F2

Tints of Turquoise Blue #54E3F2

Color information

#54E3F2 (or 0x54E3F2) is unknown color: approx Turquoise Blue. HEX triplet: 54, E3 and F2. RGB value is (84,227,242). Sum of RGB (Red+Green+Blue) = 84+227+242=553 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.19% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #54E3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E3F2 is #AB1C0D. Grayscale: #B9B9B9. Windows color (decimal): -11213838 or 15917908. OLE color: 15917908.

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

Color convert

RGB84227242-
CMYK0.650.0600.05
HSL185.7º85.87%63.92%-
HSV(B)185.7º65.29%94.9%-
XYZ47.1563.2393.72-
YUV185.95159.6255.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.19%
GREEN value IS 227 (89.06% from 255) = 41.05%
BLUE value IS 242 (94.92% from 255) = 43.76%
R=15.19%
G=41.05%
B=43.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842272420.650.0600.05185.785.8763.92
Hex54E3F241605ba5640
Octal124343362101605272126100
Binary10101001110001111110010100000111001011011101010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,227,242); }

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

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

 a { background-color: rgb(84,227,242); }

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

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

 span { border-color: rgb(84,227,242); }

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