#46CEB7

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

Shades of Medium Turquoise #46CEB7

Tints of Medium Turquoise #46CEB7

Color information

#46CEB7 (or 0x46CEB7) is unknown color: approx Medium Turquoise. HEX triplet: 46, CE and B7. RGB value is (70,206,183). Sum of RGB (Red+Green+Blue) = 70+206+183=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEB7 is #B93148. Grayscale: #A2A2A2. Windows color (decimal): -12136777 or 12045894. OLE color: 12045894.

HSL color Cylindrical-coordinate representation of color #46CEB7: hue angle of 169.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CEB7 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB70206183-
CMYK0.6600.110.19
HSL169.85º58.12%54.12%-
HSV(B)169.85º66.02%80.78%-
XYZ33.1448.8652.48-
YUV162.71139.4461.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.25%
GREEN value IS 206 (80.86% from 255) = 44.88%
BLUE value IS 183 (71.88% from 255) = 39.87%
R=15.25%
G=44.88%
B=39.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal702061830.6600.110.19169.8558.1254.12
Hex46CEB7420B13aa3a36
Octal106316267102013232527266
Binary100011011001110101101111000010010111001110101010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,206,183); }

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

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

 a { background-color: rgb(70,206,183); }

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

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

 span { border-color: rgb(70,206,183); }

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