#3ff2b2

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

Shades of Turquoise #3FF2B2

Tints of Turquoise #3FF2B2

Color information

#3FF2B2 (or 0x3FF2B2) is unknown color: approx Turquoise. HEX triplet: 3F, F2 and B2. RGB value is (63,242,178). Sum of RGB (Red+Green+Blue) = 63+242+178=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF2B2 is #C00D4D. Grayscale: #B5B5B5. Windows color (decimal): -12586318 or 11727423. OLE color: 11727423.

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

Color convert

RGB63242178-
CMYK0.7400.260.05
HSL158.55º87.32%59.8%-
HSV(B)158.55º73.97%94.9%-
XYZ41.8467.7853-
YUV181.18126.243.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.04%
GREEN value IS 242 (94.92% from 255) = 50.10%
BLUE value IS 178 (69.92% from 255) = 36.85%
R=13.04%
G=50.10%
B=36.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632421780.7400.260.05158.5587.3259.8
Hex3FF2B24A01A59f573c
Octal77362262112032523712774
Binary11111111110010101100101001010011010101100111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ff2b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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