#3FEAF2

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

Shades of Turquoise #3FEAF2

Tints of Turquoise #3FEAF2

Color information

#3FEAF2 (or 0x3FEAF2) is unknown color: approx Turquoise. HEX triplet: 3F, EA and F2. RGB value is (63,234,242). Sum of RGB (Red+Green+Blue) = 63+234+242=539 (71% of max value = 765). Red value is 63 (25% from 255 or 11.69% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #3FEAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEAF2 is #C0150D. Grayscale: #B7B7B7. Windows color (decimal): -12588302 or 15919679. OLE color: 15919679.

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

Color convert

RGB63234242-
CMYK0.740.0300.05
HSL182.68º87.32%59.8%-
HSV(B)182.68º73.97%94.9%-
XYZ47.566.3194.3-
YUV183.78160.8541.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.69%
GREEN value IS 234 (91.80% from 255) = 43.41%
BLUE value IS 242 (94.92% from 255) = 44.90%
R=11.69%
G=43.41%
B=44.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632342420.740.0300.05182.6887.3259.8
Hex3FEAF24A305b7573c
Octal7735236211230526712774
Binary11111111101010111100101001010110101101101111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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