#46C7D4

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

Shades of Medium Turquoise #46C7D4

Tints of Medium Turquoise #46C7D4

Color information

#46C7D4 (or 0x46C7D4) is unknown color: approx Medium Turquoise. HEX triplet: 46, C7 and D4. RGB value is (70,199,212). Sum of RGB (Red+Green+Blue) = 70+199+212=481 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.55% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #46C7D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C7D4 is #B9382B. Grayscale: #A1A1A1. Windows color (decimal): -12138540 or 13944646. OLE color: 13944646.

HSL color Cylindrical-coordinate representation of color #46C7D4: hue angle of 185.49º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46C7D4 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB70199212-
CMYK0.670.0600.17
HSL185.49º62.28%55.29%-
HSV(B)185.49º66.98%83.14%-
XYZ34.8346.969.5-
YUV161.91156.2662.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.55%
GREEN value IS 199 (78.12% from 255) = 41.37%
BLUE value IS 212 (83.20% from 255) = 44.07%
R=14.55%
G=41.37%
B=44.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal701992120.670.0600.17185.4962.2855.29
Hex46C7D4436011b93e37
Octal10630732410360212717667
Binary10001101100011111010100100001111001000110111001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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