#46D4D7

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

Shades of Medium Turquoise #46D4D7

Tints of Medium Turquoise #46D4D7

Color information

#46D4D7 (or 0x46D4D7) is unknown color: approx Medium Turquoise. HEX triplet: 46, D4 and D7. RGB value is (70,212,215). Sum of RGB (Red+Green+Blue) = 70+212+215=497 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.08% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #46D4D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D4D7 is #B92B28. Grayscale: #A9A9A9. Windows color (decimal): -12135209 or 14144582. OLE color: 14144582.

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

Color convert

RGB70212215-
CMYK0.670.0100.16
HSL181.24º64.44%55.88%-
HSV(B)181.24º67.44%84.31%-
XYZ38.3453.372.56-
YUV169.88153.4656.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.08%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 215 (84.38% from 255) = 43.26%
R=14.08%
G=42.66%
B=43.26%

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
Decimal702122150.670.0100.16181.2464.4455.88
Hex46D4D7431010b54038
Octal106324327103102026510070
Binary1000110110101001101011110000111010000101101011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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