#46F9AF

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

Shades of Turquoise #46F9AF

Tints of Turquoise #46F9AF

Color information

#46F9AF (or 0x46F9AF) is unknown color: approx Turquoise. HEX triplet: 46, F9 and AF. RGB value is (70,249,175). Sum of RGB (Red+Green+Blue) = 70+249+175=494 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.17% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #46F9AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46F9AF is #B90650. Grayscale: #BBBBBB. Windows color (decimal): -12125777 or 11532614. OLE color: 11532614.

HSL color Cylindrical-coordinate representation of color #46F9AF: hue angle of 155.2º degrees, saturation: 0.94, 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 #46F9AF is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB70249175-
CMYK0.7200.300.02
HSL155.2º93.72%62.55%-
HSV(B)155.2º71.89%97.65%-
XYZ44.1472.1552.16-
YUV187.04121.244.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.17%
GREEN value IS 249 (97.66% from 255) = 50.40%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=14.17%
G=50.40%
B=35.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702491750.7200.300.02155.293.7262.55
Hex46F9AF4801E29b5e3f
Octal106371257110036223313677
Binary10001101111100110101111100100001111010100110111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,249,175); }

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

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

 a { background-color: rgb(70,249,175); }

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

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

 span { border-color: rgb(70,249,175); }

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