#46C4BA

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

Shades of Medium Turquoise #46C4BA

Tints of Medium Turquoise #46C4BA

Color information

#46C4BA (or 0x46C4BA) is unknown color: approx Medium Turquoise. HEX triplet: 46, C4 and BA. RGB value is (70,196,186). Sum of RGB (Red+Green+Blue) = 70+196+186=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 196 - color contains mainly: green. Hex color #46C4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C4BA is #B93B45. Grayscale: #9D9D9D. Windows color (decimal): -12139334 or 12239942. OLE color: 12239942.

HSL color Cylindrical-coordinate representation of color #46C4BA: hue angle of 175.24º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C4BA is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB70196186-
CMYK0.6400.050.23
HSL175.24º51.64%52.16%-
HSV(B)175.24º64.29%76.86%-
XYZ31.1344.3353.37-
YUV157.19144.2665.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.49%
GREEN value IS 196 (76.95% from 255) = 43.36%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=15.49%
G=43.36%
B=41.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal701961860.6400.050.23175.2451.6452.16
Hex46C4BA400517af3434
Octal10630427210005272576464
Binary10001101100010010111010100000001011011110101111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,196,186); }

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

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

 a { background-color: rgb(70,196,186); }

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

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

 span { border-color: rgb(70,196,186); }

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