#3FE7E2

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

Shades of Turquoise #3FE7E2

Tints of Turquoise #3FE7E2

Color information

#3FE7E2 (or 0x3FE7E2) is unknown color: approx Turquoise. HEX triplet: 3F, E7 and E2. RGB value is (63,231,226). Sum of RGB (Red+Green+Blue) = 63+231+226=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE7E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE7E2 is #C0181D. Grayscale: #B4B4B4. Windows color (decimal): -12589086 or 14870335. OLE color: 14870335.

HSL color Cylindrical-coordinate representation of color #3FE7E2: hue angle of 178.21º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE7E2 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB63231226-
CMYK0.7300.020.09
HSL178.21º77.78%57.65%-
HSV(B)178.21º72.73%90.59%-
XYZ44.3563.781.91-
YUV180.2153.8444.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.12%
GREEN value IS 231 (90.62% from 255) = 44.42%
BLUE value IS 226 (88.67% from 255) = 43.46%
R=12.12%
G=44.42%
B=43.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal632312260.7300.020.09178.2177.7857.65
Hex3FE7E249029b24e3a
Octal77347342111021126211672
Binary111111111001111110001010010010101001101100101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,231,226); }

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

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

 a { background-color: rgb(63,231,226); }

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

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

 span { border-color: rgb(63,231,226); }

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