#46FBAC

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

Shades of Turquoise #46FBAC

Tints of Turquoise #46FBAC

Color information

#46FBAC (or 0x46FBAC) is unknown color: approx Turquoise. HEX triplet: 46, FB and AC. RGB value is (70,251,172). Sum of RGB (Red+Green+Blue) = 70+251+172=493 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.20% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #46FBAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FBAC is #B90453. Grayscale: #BCBCBC. Windows color (decimal): -12125268 or 11336518. OLE color: 11336518.

HSL color Cylindrical-coordinate representation of color #46FBAC: hue angle of 153.81º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FBAC is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB70251172-
CMYK0.7200.310.02
HSL153.81º95.77%62.94%-
HSV(B)153.81º72.11%98.43%-
XYZ44.4773.2850.83-
YUV187.88119.0343.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.20%
GREEN value IS 251 (98.44% from 255) = 50.91%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=14.20%
G=50.91%
B=34.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702511720.7200.310.02153.8195.7762.94
Hex46FBAC4801F29a603f
Octal106373254110037223214077
Binary10001101111101110101100100100001111110100110101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,251,172); }

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

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

 a { background-color: rgb(70,251,172); }

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

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

 span { border-color: rgb(70,251,172); }

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