#3FFEB4

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

Shades of Turquoise #3FFEB4

Tints of Turquoise #3FFEB4

Color information

#3FFEB4 (or 0x3FFEB4) is unknown color: approx Turquoise. HEX triplet: 3F, FE and B4. RGB value is (63,254,180). Sum of RGB (Red+Green+Blue) = 63+254+180=497 (65% of max value = 765). Red value is 63 (25% from 255 or 12.68% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFEB4 is #C0014B. Grayscale: #BCBCBC. Windows color (decimal): -12583244 or 11861567. OLE color: 11861567.

HSL color Cylindrical-coordinate representation of color #3FFEB4: hue angle of 156.75º 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 #3FFEB4 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB63254180-
CMYK0.7500.290.00
HSL156.75º98.96%62.16%-
HSV(B)156.75º75.2%99.61%-
XYZ45.7375.2455.29-
YUV188.46123.2238.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.68%
GREEN value IS 254 (99.61% from 255) = 51.11%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=12.68%
G=51.11%
B=36.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal632541800.7500.290.00156.7598.9662.16
Hex3FFEB44B01D09d633e
Octal77376264113035023514376
Binary111111111111101011010010010110111010100111011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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