#3FEAC7

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

Shades of Turquoise #3FEAC7

Tints of Turquoise #3FEAC7

Color information

#3FEAC7 (or 0x3FEAC7) is unknown color: approx Turquoise. HEX triplet: 3F, EA and C7. RGB value is (63,234,199). Sum of RGB (Red+Green+Blue) = 63+234+199=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAC7 is #C01538. Grayscale: #B2B2B2. Windows color (decimal): -12588345 or 13101631. OLE color: 13101631.

HSL color Cylindrical-coordinate representation of color #3FEAC7: hue angle of 167.72º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEAC7 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB63234199-
CMYK0.7300.150.08
HSL167.72º80.28%58.24%-
HSV(B)167.72º73.08%91.76%-
XYZ41.7864.0364.19-
YUV178.88139.3545.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.70%
GREEN value IS 234 (91.80% from 255) = 47.18%
BLUE value IS 199 (78.12% from 255) = 40.12%
R=12.70%
G=47.18%
B=40.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal632341990.7300.150.08167.7280.2858.24
Hex3FEAC7490F8a8503a
Octal773523071110171025012072
Binary11111111101010110001111001001011111000101010001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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