#46E8B9

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

Shades of Turquoise #46E8B9

Tints of Turquoise #46E8B9

Color information

#46E8B9 (or 0x46E8B9) is unknown color: approx Turquoise. HEX triplet: 46, E8 and B9. RGB value is (70,232,185). Sum of RGB (Red+Green+Blue) = 70+232+185=487 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.37% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 232 - color contains mainly: green. Hex color #46E8B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46E8B9 is #B91746. Grayscale: #B2B2B2. Windows color (decimal): -12130119 or 12183622. OLE color: 12183622.

HSL color Cylindrical-coordinate representation of color #46E8B9: hue angle of 162.59º 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 #46E8B9 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB70232185-
CMYK0.7000.200.09
HSL162.59º77.88%59.22%-
HSV(B)162.59º69.83%90.98%-
XYZ40.1462.5255.85-
YUV178.2131.8350.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.37%
GREEN value IS 232 (91.02% from 255) = 47.64%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=14.37%
G=47.64%
B=37.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal702321850.7000.200.09162.5977.8859.22
Hex46E8B9460149a34e3b
Octal1063502711060241124311673
Binary1000110111010001011100110001100101001001101000111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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