#46FFC2

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

Shades of Turquoise #46FFC2

Tints of Turquoise #46FFC2

Color information

#46FFC2 (or 0x46FFC2) is unknown color: approx Turquoise. HEX triplet: 46, FF and C2. RGB value is (70,255,194). Sum of RGB (Red+Green+Blue) = 70+255+194=519 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.49% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFC2 is #B9003D. Grayscale: #C0C0C0. Windows color (decimal): -12124222 or 12779334. OLE color: 12779334.

HSL color Cylindrical-coordinate representation of color #46FFC2: hue angle of 160.22º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFC2 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB70255194-
CMYK0.7300.240
HSL160.22º100%63.73%-
HSV(B)160.22º72.55%100%-
XYZ48.0276.7263.32-
YUV192.73128.7140.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.49%
GREEN value IS 255 (100% from 255) = 49.13%
BLUE value IS 194 (76.17% from 255) = 37.38%
R=13.49%
G=49.13%
B=37.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal702551940.7300.240160.2210063.73
Hex46FFC2490180a06440
Octal1063773021110300240144100
Binary10001101111111111000010100100101100001010000011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,255,194); }

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

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

 a { background-color: rgb(70,255,194); }

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

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

 span { border-color: rgb(70,255,194); }

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