#3FE1B3

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

Shades of Turquoise #3FE1B3

Tints of Turquoise #3FE1B3

Color information

#3FE1B3 (or 0x3FE1B3) is unknown color: approx Turquoise. HEX triplet: 3F, E1 and B3. RGB value is (63,225,179). Sum of RGB (Red+Green+Blue) = 63+225+179=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE1B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE1B3 is #C01E4C. Grayscale: #ABABAB. Windows color (decimal): -12590669 or 11788607. OLE color: 11788607.

HSL color Cylindrical-coordinate representation of color #3FE1B3: hue angle of 162.96º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE1B3 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB63225179-
CMYK0.7200.200.12
HSL162.96º72.97%56.47%-
HSV(B)162.96º72%88.24%-
XYZ37.1158.1651.92-
YUV171.32132.3350.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.49%
GREEN value IS 225 (88.28% from 255) = 48.18%
BLUE value IS 179 (70.31% from 255) = 38.33%
R=13.49%
G=48.18%
B=38.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal632251790.7200.200.12162.9672.9756.47
Hex3FE1B348014Ca34938
Octal773412631100241424311170
Binary111111111000011011001110010000101001100101000111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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