#46F7B2

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

Shades of Turquoise #46F7B2

Tints of Turquoise #46F7B2

Color information

#46F7B2 (or 0x46F7B2) is unknown color: approx Turquoise. HEX triplet: 46, F7 and B2. RGB value is (70,247,178). Sum of RGB (Red+Green+Blue) = 70+247+178=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #46F7B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46F7B2 is #B9084D. Grayscale: #BABABA. Windows color (decimal): -12126286 or 11728710. OLE color: 11728710.

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

Color convert

RGB70247178-
CMYK0.7200.280.03
HSL156.61º91.71%62.16%-
HSV(B)156.61º71.66%96.86%-
XYZ43.8271.0453.52-
YUV186.21123.3645.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.14%
GREEN value IS 247 (96.88% from 255) = 49.90%
BLUE value IS 178 (69.92% from 255) = 35.96%
R=14.14%
G=49.90%
B=35.96%

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
Decimal702471780.7200.280.03156.6191.7162.16
Hex46F7B24801C39d5c3e
Octal106367262110034323513476
Binary10001101111011110110010100100001110011100111011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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