#3FEAC6

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

Shades of Turquoise #3FEAC6

Tints of Turquoise #3FEAC6

Color information

#3FEAC6 (or 0x3FEAC6) is unknown color: approx Turquoise. HEX triplet: 3F, EA and C6. RGB value is (63,234,198). Sum of RGB (Red+Green+Blue) = 63+234+198=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEAC6 is #C01539. Grayscale: #B2B2B2. Windows color (decimal): -12588346 or 13036095. OLE color: 13036095.

HSL color Cylindrical-coordinate representation of color #3FEAC6: hue angle of 167.37º 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 #3FEAC6 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB63234198-
CMYK0.7300.150.08
HSL167.37º80.28%58.24%-
HSV(B)167.37º73.08%91.76%-
XYZ41.6763.9863.58-
YUV178.77138.8545.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.73%
GREEN value IS 234 (91.80% from 255) = 47.27%
BLUE value IS 198 (77.73% from 255) = 40%
R=12.73%
G=47.27%
B=40%

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
Decimal632341980.7300.150.08167.3780.2858.24
Hex3FEAC6490F8a7503a
Octal773523061110171024712072
Binary11111111101010110001101001001011111000101001111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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