#46D4D6

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

Shades of Medium Turquoise #46D4D6

Tints of Medium Turquoise #46D4D6

Color information

#46D4D6 (or 0x46D4D6) is unknown color: approx Medium Turquoise. HEX triplet: 46, D4 and D6. RGB value is (70,212,214). Sum of RGB (Red+Green+Blue) = 70+212+214=496 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.11% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #46D4D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D4D6 is #B92B29. Grayscale: #A9A9A9. Windows color (decimal): -12135210 or 14079046. OLE color: 14079046.

HSL color Cylindrical-coordinate representation of color #46D4D6: hue angle of 180.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D4D6 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB70212214-
CMYK0.670.0100.16
HSL180.83º63.72%55.69%-
HSV(B)180.83º67.29%83.92%-
XYZ38.2153.2471.88-
YUV169.77152.9656.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.11%
GREEN value IS 212 (83.20% from 255) = 42.74%
BLUE value IS 214 (83.98% from 255) = 43.15%
R=14.11%
G=42.74%
B=43.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal702122140.670.0100.16180.8363.7255.69
Hex46D4D6431010b54038
Octal106324326103102026510070
Binary1000110110101001101011010000111010000101101011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,212,214); }

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

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

 a { background-color: rgb(70,212,214); }

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

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

 span { border-color: rgb(70,212,214); }

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