#3FEAB8

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

Shades of Turquoise #3FEAB8

Tints of Turquoise #3FEAB8

Color information

#3FEAB8 (or 0x3FEAB8) is unknown color: approx Turquoise. HEX triplet: 3F, EA and B8. RGB value is (63,234,184). Sum of RGB (Red+Green+Blue) = 63+234+184=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAB8 is #C01547. Grayscale: #B1B1B1. Windows color (decimal): -12588360 or 12118591. OLE color: 12118591.

HSL color Cylindrical-coordinate representation of color #3FEAB8: hue angle of 162.46º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEAB8 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB63234184-
CMYK0.7300.210.08
HSL162.46º80.28%58.24%-
HSV(B)162.46º73.08%91.76%-
XYZ40.1263.3655.46-
YUV177.17131.8546.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.10%
GREEN value IS 234 (91.80% from 255) = 48.65%
BLUE value IS 184 (72.27% from 255) = 38.25%
R=13.10%
G=48.65%
B=38.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal632341840.7300.210.08162.4680.2858.24
Hex3FEAB8490158a2503a
Octal773522701110251024212072
Binary111111111010101011100010010010101011000101000101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,234,184); }

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

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

 a { background-color: rgb(63,234,184); }

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

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

 span { border-color: rgb(63,234,184); }

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