#3FEBB7

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

Shades of Turquoise #3FEBB7

Tints of Turquoise #3FEBB7

Color information

#3FEBB7 (or 0x3FEBB7) is unknown color: approx Turquoise. HEX triplet: 3F, EB and B7. RGB value is (63,235,183). Sum of RGB (Red+Green+Blue) = 63+235+183=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEBB7 is #C01448. Grayscale: #B1B1B1. Windows color (decimal): -12588105 or 12053311. OLE color: 12053311.

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

Color convert

RGB63235183-
CMYK0.7300.220.08
HSL161.86º81.13%58.43%-
HSV(B)161.86º73.19%92.16%-
XYZ40.3163.8955.01-
YUV177.64131.0246.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.10%
GREEN value IS 235 (92.19% from 255) = 48.86%
BLUE value IS 183 (71.88% from 255) = 38.05%
R=13.10%
G=48.86%
B=38.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal632351830.7300.220.08161.8681.1358.43
Hex3FEBB7490168a2513a
Octal773532671110261024212172
Binary111111111010111011011110010010101101000101000101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,235,183); }

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

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

 a { background-color: rgb(63,235,183); }

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

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

 span { border-color: rgb(63,235,183); }

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