#46F7E3

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

Shades of Turquoise #46F7E3

Tints of Turquoise #46F7E3

Color information

#46F7E3 (or 0x46F7E3) is unknown color: approx Turquoise. HEX triplet: 46, F7 and E3. RGB value is (70,247,227). Sum of RGB (Red+Green+Blue) = 70+247+227=544 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.87% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #46F7E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F7E3 is #B9081C. Grayscale: #BFBFBF. Windows color (decimal): -12126237 or 14939974. OLE color: 14939974.

HSL color Cylindrical-coordinate representation of color #46F7E3: hue angle of 173.22º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F7E3 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB70247227-
CMYK0.7200.080.03
HSL173.22º91.71%62.16%-
HSV(B)173.22º71.66%96.86%-
XYZ49.6573.3784.22-
YUV191.8147.8641.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.87%
GREEN value IS 247 (96.88% from 255) = 45.40%
BLUE value IS 227 (89.06% from 255) = 41.73%
R=12.87%
G=45.40%
B=41.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal702472270.7200.080.03173.2291.7162.16
Hex46F7E348083ad5c3e
Octal106367343110010325513476
Binary1000110111101111110001110010000100011101011011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,247,227); }

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

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

 a { background-color: rgb(70,247,227); }

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

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

 span { border-color: rgb(70,247,227); }

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