#46F6BF

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

Shades of Turquoise #46F6BF

Tints of Turquoise #46F6BF

Color information

#46F6BF (or 0x46F6BF) is unknown color: approx Turquoise. HEX triplet: 46, F6 and BF. RGB value is (70,246,191). Sum of RGB (Red+Green+Blue) = 70+246+191=507 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.81% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #46F6BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F6BF is #B90940. Grayscale: #BBBBBB. Windows color (decimal): -12126529 or 12580422. OLE color: 12580422.

HSL color Cylindrical-coordinate representation of color #46F6BF: hue angle of 161.25º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F6BF is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB70246191-
CMYK0.7200.220.04
HSL161.25º90.72%61.96%-
HSV(B)161.25º71.54%96.47%-
XYZ44.8970.9860.62-
YUV187.11130.1944.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.81%
GREEN value IS 246 (96.48% from 255) = 48.52%
BLUE value IS 191 (75% from 255) = 37.67%
R=13.81%
G=48.52%
B=37.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal702461910.7200.220.04161.2590.7261.96
Hex46F6BF480164a15b3e
Octal106366277110026424113376
Binary100011011110110101111111001000010110100101000011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,246,191); }

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

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

 a { background-color: rgb(70,246,191); }

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

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

 span { border-color: rgb(70,246,191); }

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