#46C6BA

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

Shades of Medium Turquoise #46C6BA

Tints of Medium Turquoise #46C6BA

Color information

#46C6BA (or 0x46C6BA) is unknown color: approx Medium Turquoise. HEX triplet: 46, C6 and BA. RGB value is (70,198,186). Sum of RGB (Red+Green+Blue) = 70+198+186=454 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.42% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #46C6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C6BA is #B93945. Grayscale: #9E9E9E. Windows color (decimal): -12138822 or 12240454. OLE color: 12240454.

HSL color Cylindrical-coordinate representation of color #46C6BA: hue angle of 174.38º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C6BA is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB70198186-
CMYK0.6500.060.22
HSL174.38º52.89%52.55%-
HSV(B)174.38º64.65%77.65%-
XYZ31.5845.2453.52-
YUV158.36143.5964.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.42%
GREEN value IS 198 (77.73% from 255) = 43.61%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=15.42%
G=43.61%
B=40.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701981860.6500.060.22174.3852.8952.55
Hex46C6BA410616ae3535
Octal10630627210106262566565
Binary10001101100011010111010100000101101011010101110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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