#46EBB3

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

Shades of Turquoise #46EBB3

Tints of Turquoise #46EBB3

Color information

#46EBB3 (or 0x46EBB3) is unknown color: approx Turquoise. HEX triplet: 46, EB and B3. RGB value is (70,235,179). Sum of RGB (Red+Green+Blue) = 70+235+179=484 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.46% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #46EBB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EBB3 is #B9144C. Grayscale: #B3B3B3. Windows color (decimal): -12129357 or 11791174. OLE color: 11791174.

HSL color Cylindrical-coordinate representation of color #46EBB3: hue angle of 159.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EBB3 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB70235179-
CMYK0.7000.240.08
HSL159.64º80.49%59.8%-
HSV(B)159.64º70.21%92.16%-
XYZ40.3763.9752.87-
YUV179.28127.8450.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.46%
GREEN value IS 235 (92.19% from 255) = 48.55%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=14.46%
G=48.55%
B=36.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal702351790.7000.240.08159.6480.4959.8
Hex46EBB3460188a0503c
Octal1063532631060301024012074
Binary1000110111010111011001110001100110001000101000001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,235,179); }

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

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

 a { background-color: rgb(70,235,179); }

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

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

 span { border-color: rgb(70,235,179); }

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