#3FF2BF

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

Shades of Turquoise #3FF2BF

Tints of Turquoise #3FF2BF

Color information

#3FF2BF (or 0x3FF2BF) is unknown color: approx Turquoise. HEX triplet: 3F, F2 and BF. RGB value is (63,242,191). Sum of RGB (Red+Green+Blue) = 63+242+191=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF2BF is #C00D40. Grayscale: #B6B6B6. Windows color (decimal): -12586305 or 12579391. OLE color: 12579391.

HSL color Cylindrical-coordinate representation of color #3FF2BF: hue angle of 162.91º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF2BF is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB63242191-
CMYK0.7400.210.05
HSL162.91º87.32%59.8%-
HSV(B)162.91º73.97%94.9%-
XYZ43.2168.3260.2-
YUV182.66132.742.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.70%
GREEN value IS 242 (94.92% from 255) = 48.79%
BLUE value IS 191 (75% from 255) = 38.51%
R=12.70%
G=48.79%
B=38.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632421910.7400.210.05162.9187.3259.8
Hex3FF2BF4A0155a3573c
Octal77362277112025524312774
Binary11111111110010101111111001010010101101101000111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,242,191); }

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

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

 a { background-color: rgb(63,242,191); }

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

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

 span { border-color: rgb(63,242,191); }

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