#3FE6E3

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

Shades of Turquoise #3FE6E3

Tints of Turquoise #3FE6E3

Color information

#3FE6E3 (or 0x3FE6E3) is unknown color: approx Turquoise. HEX triplet: 3F, E6 and E3. RGB value is (63,230,227). Sum of RGB (Red+Green+Blue) = 63+230+227=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE6E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE6E3 is #C0191C. Grayscale: #B3B3B3. Windows color (decimal): -12589341 or 14935615. OLE color: 14935615.

HSL color Cylindrical-coordinate representation of color #3FE6E3: hue angle of 178.92º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE6E3 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB63230227-
CMYK0.7300.010.10
HSL178.92º76.96%57.45%-
HSV(B)178.92º72.61%90.2%-
XYZ44.2163.282.54-
YUV179.72154.6744.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.12%
GREEN value IS 230 (90.23% from 255) = 44.23%
BLUE value IS 227 (89.06% from 255) = 43.65%
R=12.12%
G=44.23%
B=43.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal632302270.7300.010.10178.9276.9657.45
Hex3FE6E34901Ab34d39
Octal77346343111011226311571
Binary11111111100110111000111001001011010101100111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,230,227); }

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

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

 a { background-color: rgb(63,230,227); }

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

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

 span { border-color: rgb(63,230,227); }

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