#46C1BE

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

Shades of Medium Turquoise #46C1BE

Tints of Medium Turquoise #46C1BE

Color information

#46C1BE (or 0x46C1BE) is unknown color: approx Medium Turquoise. HEX triplet: 46, C1 and BE. RGB value is (70,193,190). Sum of RGB (Red+Green+Blue) = 70+193+190=453 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.45% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #46C1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C1BE is #B93E41. Grayscale: #9B9B9B. Windows color (decimal): -12140098 or 12501318. OLE color: 12501318.

HSL color Cylindrical-coordinate representation of color #46C1BE: hue angle of 178.54º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C1BE is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB70193190-
CMYK0.6400.020.24
HSL178.54º49.8%51.57%-
HSV(B)178.54º63.73%75.69%-
XYZ30.8943.1655.42-
YUV155.88147.2566.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.45%
GREEN value IS 193 (75.78% from 255) = 42.60%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=15.45%
G=42.60%
B=41.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701931900.6400.020.24178.5449.851.57
Hex46C1BE400218b33234
Octal10630127610002302636264
Binary1000110110000011011111010000000101100010110011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,193,190); }

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

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

 a { background-color: rgb(70,193,190); }

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

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

 span { border-color: rgb(70,193,190); }

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