#3FFEB3

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

Shades of Turquoise #3FFEB3

Tints of Turquoise #3FFEB3

Color information

#3FFEB3 (or 0x3FFEB3) is unknown color: approx Turquoise. HEX triplet: 3F, FE and B3. RGB value is (63,254,179). Sum of RGB (Red+Green+Blue) = 63+254+179=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFEB3 is #C0014C. Grayscale: #BCBCBC. Windows color (decimal): -12583245 or 11796031. OLE color: 11796031.

HSL color Cylindrical-coordinate representation of color #3FFEB3: hue angle of 156.44º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFEB3 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB63254179-
CMYK0.7500.300.00
HSL156.44º98.96%62.16%-
HSV(B)156.44º75.2%99.61%-
XYZ45.6375.254.76-
YUV188.34122.7238.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.70%
GREEN value IS 254 (99.61% from 255) = 51.21%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=12.70%
G=51.21%
B=36.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal632541790.7500.300.00156.4498.9662.16
Hex3FFEB34B01E09c633e
Octal77376263113036023414376
Binary111111111111101011001110010110111100100111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FFEB3; }

 p { color: rgb(63,254,179); }

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

<style>
 a { background-color: #3FFEB3; }

 a { background-color: rgb(63,254,179); }

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

<style>
 span { border-color: #3FFEB3; }

 span { border-color: rgb(63,254,179); }

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