#3FE9B0

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

Shades of Turquoise #3FE9B0

Tints of Turquoise #3FE9B0

Color information

#3FE9B0 (or 0x3FE9B0) is unknown color: approx Turquoise. HEX triplet: 3F, E9 and B0. RGB value is (63,233,176). Sum of RGB (Red+Green+Blue) = 63+233+176=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #3FE9B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FE9B0 is #C0164F. Grayscale: #AFAFAF. Windows color (decimal): -12588624 or 11594047. OLE color: 11594047.

HSL color Cylindrical-coordinate representation of color #3FE9B0: hue angle of 159.88º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE9B0 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB63233176-
CMYK0.7300.240.09
HSL159.88º79.44%58.04%-
HSV(B)159.88º72.96%91.37%-
XYZ39.0362.4751.08-
YUV175.67128.1847.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.35%
GREEN value IS 233 (91.41% from 255) = 49.36%
BLUE value IS 176 (69.14% from 255) = 37.29%
R=13.35%
G=49.36%
B=37.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal632331760.7300.240.09159.8879.4458.04
Hex3FE9B0490189a04f3a
Octal773512601110301124011772
Binary111111111010011011000010010010110001001101000001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,233,176); }

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

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

 a { background-color: rgb(63,233,176); }

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

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

 span { border-color: rgb(63,233,176); }

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