#54EFC6

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

Shades of Turquoise #54EFC6

Tints of Turquoise #54EFC6

Color information

#54EFC6 (or 0x54EFC6) is unknown color: approx Turquoise. HEX triplet: 54, EF and C6. RGB value is (84,239,198). Sum of RGB (Red+Green+Blue) = 84+239+198=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFC6 is #AB1039. Grayscale: #BBBBBB. Windows color (decimal): -11210810 or 13037396. OLE color: 13037396.

HSL color Cylindrical-coordinate representation of color #54EFC6: hue angle of 164.13º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EFC6 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB84239198-
CMYK0.6500.170.06
HSL164.13º82.89%63.33%-
HSV(B)164.13º64.85%93.73%-
XYZ44.7267.764.14-
YUV187.98133.6553.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.12%
GREEN value IS 239 (93.75% from 255) = 45.87%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=16.12%
G=45.87%
B=38.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal842391980.6500.170.06164.1382.8963.33
Hex54EFC6410116a4533f
Octal124357306101021624412377
Binary101010011101111110001101000001010001110101001001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,239,198); }

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

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

 a { background-color: rgb(84,239,198); }

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

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

 span { border-color: rgb(84,239,198); }

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