#46c2c8

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

Shades of Medium Turquoise #46C2C8

Tints of Medium Turquoise #46C2C8

Color information

#46C2C8 (or 0x46C2C8) is unknown color: approx Medium Turquoise. HEX triplet: 46, C2 and C8. RGB value is (70,194,200). Sum of RGB (Red+Green+Blue) = 70+194+200=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #46C2C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C2C8 is #B93D37. Grayscale: #9D9D9D. Windows color (decimal): -12139832 or 13156934. OLE color: 13156934.

HSL color Cylindrical-coordinate representation of color #46C2C8: hue angle of 182.77º degrees, saturation: 0.54, 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 #46C2C8 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB70194200-
CMYK0.650.0300.22
HSL182.77º54.17%52.94%-
HSV(B)182.77º65%78.43%-
XYZ32.2444.0661.45-
YUV157.61151.9265.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.09%
GREEN value IS 194 (76.17% from 255) = 41.81%
BLUE value IS 200 (78.52% from 255) = 43.10%
R=15.09%
G=41.81%
B=43.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701942000.650.0300.22182.7754.1752.94
Hex46C2C8413016b73635
Octal10630231010130262676665
Binary1000110110000101100100010000011101011010110111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46c2c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,194,200); }

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

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

 a { background-color: rgb(70,194,200); }

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

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

 span { border-color: rgb(70,194,200); }

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