#46D6D5

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

Shades of Medium Turquoise #46D6D5

Tints of Medium Turquoise #46D6D5

Color information

#46D6D5 (or 0x46D6D5) is unknown color: approx Medium Turquoise. HEX triplet: 46, D6 and D5. RGB value is (70,214,213). Sum of RGB (Red+Green+Blue) = 70+214+213=497 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.08% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #46D6D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D6D5 is #B9292A. Grayscale: #AAAAAA. Windows color (decimal): -12134699 or 14014022. OLE color: 14014022.

HSL color Cylindrical-coordinate representation of color #46D6D5: hue angle of 179.58º 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 #46D6D5 is Cyan = 0.67, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB70214213-
CMYK0.6700.000.16
HSL179.58º63.72%55.69%-
HSV(B)179.58º67.29%83.92%-
XYZ38.5854.271.38-
YUV170.83151.7956.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.08%
GREEN value IS 214 (83.98% from 255) = 43.06%
BLUE value IS 213 (83.59% from 255) = 42.86%
R=14.08%
G=43.06%
B=42.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal702142130.6700.000.16179.5863.7255.69
Hex46D6D5430010b44038
Octal106326325103002026410070
Binary1000110110101101101010110000110010000101101001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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