#46D9C7

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

Shades of Medium Turquoise #46D9C7

Tints of Medium Turquoise #46D9C7

Color information

#46D9C7 (or 0x46D9C7) is unknown color: approx Medium Turquoise. HEX triplet: 46, D9 and C7. RGB value is (70,217,199). Sum of RGB (Red+Green+Blue) = 70+217+199=486 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.40% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #46D9C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D9C7 is #B92638. Grayscale: #AAAAAA. Windows color (decimal): -12133945 or 13097286. OLE color: 13097286.

HSL color Cylindrical-coordinate representation of color #46D9C7: hue angle of 172.65º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D9C7 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB70217199-
CMYK0.6800.080.15
HSL172.65º65.92%56.27%-
HSV(B)172.65º67.74%85.1%-
XYZ37.6555.0562.67-
YUV171143.855.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.40%
GREEN value IS 217 (85.16% from 255) = 44.65%
BLUE value IS 199 (78.12% from 255) = 40.95%
R=14.40%
G=44.65%
B=40.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal702171990.6800.080.15172.6565.9256.27
Hex46D9C74408Fad4238
Octal1063313071040101725510270
Binary100011011011001110001111000100010001111101011011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,217,199); }

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

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

 a { background-color: rgb(70,217,199); }

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

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

 span { border-color: rgb(70,217,199); }

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