#3FF2C2

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

Shades of Turquoise #3FF2C2

Tints of Turquoise #3FF2C2

Color information

#3FF2C2 (or 0x3FF2C2) is unknown color: approx Turquoise. HEX triplet: 3F, F2 and C2. RGB value is (63,242,194). Sum of RGB (Red+Green+Blue) = 63+242+194=499 (66% of max value = 765). Red value is 63 (25% from 255 or 12.63% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF2C2 is #C00D3D. Grayscale: #B7B7B7. Windows color (decimal): -12586302 or 12775999. OLE color: 12775999.

HSL color Cylindrical-coordinate representation of color #3FF2C2: hue angle of 163.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 #3FF2C2 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB63242194-
CMYK0.7400.200.05
HSL163.91º87.32%59.8%-
HSV(B)163.91º73.97%94.9%-
XYZ43.5468.4661.96-
YUV183.01134.242.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.63%
GREEN value IS 242 (94.92% from 255) = 48.50%
BLUE value IS 194 (76.17% from 255) = 38.88%
R=12.63%
G=48.50%
B=38.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632421940.7400.200.05163.9187.3259.8
Hex3FF2C24A0145a4573c
Octal77362302112024524412774
Binary11111111110010110000101001010010100101101001001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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