#46F7B3

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

Shades of Turquoise #46F7B3

Tints of Turquoise #46F7B3

Color information

#46F7B3 (or 0x46F7B3) is unknown color: approx Turquoise. HEX triplet: 46, F7 and B3. RGB value is (70,247,179). Sum of RGB (Red+Green+Blue) = 70+247+179=496 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.11% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #46F7B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F7B3 is #B9084C. Grayscale: #BABABA. Windows color (decimal): -12126285 or 11794246. OLE color: 11794246.

HSL color Cylindrical-coordinate representation of color #46F7B3: hue angle of 156.95º 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 #46F7B3 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB70247179-
CMYK0.7200.280.03
HSL156.95º91.71%62.16%-
HSV(B)156.95º71.66%96.86%-
XYZ43.9271.0854.05-
YUV186.32123.8645.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.11%
GREEN value IS 247 (96.88% from 255) = 49.80%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=14.11%
G=49.80%
B=36.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal702471790.7200.280.03156.9591.7162.16
Hex46F7B34801C39d5c3e
Octal106367263110034323513476
Binary10001101111011110110011100100001110011100111011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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