#46E8B2

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

Shades of Turquoise #46E8B2

Tints of Turquoise #46E8B2

Color information

#46E8B2 (or 0x46E8B2) is unknown color: approx Turquoise. HEX triplet: 46, E8 and B2. RGB value is (70,232,178). Sum of RGB (Red+Green+Blue) = 70+232+178=480 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.58% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 232 - color contains mainly: green. Hex color #46E8B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46E8B2 is #B9174D. Grayscale: #B1B1B1. Windows color (decimal): -12130126 or 11724870. OLE color: 11724870.

HSL color Cylindrical-coordinate representation of color #46E8B2: hue angle of 160º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E8B2 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB70232178-
CMYK0.7000.230.09
HSL160º77.88%59.22%-
HSV(B)160º69.83%90.98%-
XYZ39.4262.2352.05-
YUV177.41128.3351.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.58%
GREEN value IS 232 (91.02% from 255) = 48.33%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=14.58%
G=48.33%
B=37.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal702321780.7000.230.0916077.8859.22
Hex46E8B2460179a04e3b
Octal1063502621060271124011673
Binary1000110111010001011001010001100101111001101000001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46E8B2; }

 p { color: rgb(70,232,178); }

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

<style>
 a { background-color: #46E8B2; }

 a { background-color: rgb(70,232,178); }

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

<style>
 span { border-color: #46E8B2; }

 span { border-color: rgb(70,232,178); }

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