#54F2E3

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

Shades of Turquoise #54F2E3

Tints of Turquoise #54F2E3

Color information

#54F2E3 (or 0x54F2E3) is unknown color: approx Turquoise. HEX triplet: 54, F2 and E3. RGB value is (84,242,227). Sum of RGB (Red+Green+Blue) = 84+242+227=553 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.19% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #54F2E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F2E3 is #AB0D1C. Grayscale: #C0C0C0. Windows color (decimal): -11210013 or 14938708. OLE color: 14938708.

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

Color convert

RGB84242227-
CMYK0.6500.060.05
HSL174.3º85.87%63.92%-
HSV(B)174.3º65.29%94.9%-
XYZ49.2770.9483.77-
YUV193.05147.1550.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842422270.6500.060.05174.385.8763.92
Hex54F2E341065ae5640
Octal124362343101065256126100
Binary10101001111001011100011100000101101011010111010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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