#3FF2C3

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

Shades of Turquoise #3FF2C3

Tints of Turquoise #3FF2C3

Color information

#3FF2C3 (or 0x3FF2C3) is unknown color: approx Turquoise. HEX triplet: 3F, F2 and C3. RGB value is (63,242,195). Sum of RGB (Red+Green+Blue) = 63+242+195=500 (66% of max value = 765). Red value is 63 (25% from 255 or 12.6% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF2C3 is #C00D3C. Grayscale: #B7B7B7. Windows color (decimal): -12586301 or 12841535. OLE color: 12841535.

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

Color convert

RGB63242195-
CMYK0.7400.190.05
HSL164.25º87.32%59.8%-
HSV(B)164.25º73.97%94.9%-
XYZ43.6568.562.55-
YUV183.12134.742.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.6%
GREEN value IS 242 (94.92% from 255) = 48.4%
BLUE value IS 195 (76.56% from 255) = 39%
R=12.6%
G=48.4%
B=39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632421950.7400.190.05164.2587.3259.8
Hex3FF2C34A0135a4573c
Octal77362303112023524412774
Binary11111111110010110000111001010010011101101001001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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