#3EF3B2

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

Shades of Turquoise #3EF3B2

Tints of Turquoise #3EF3B2

Color information

#3EF3B2 (or 0x3EF3B2) is unknown color: approx Turquoise. HEX triplet: 3E, F3 and B2. RGB value is (62,243,178). Sum of RGB (Red+Green+Blue) = 62+243+178=483 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.84% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #3EF3B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EF3B2 is #C10C4D. Grayscale: #B5B5B5. Windows color (decimal): -12651598 or 11727678. OLE color: 11727678.

HSL color Cylindrical-coordinate representation of color #3EF3B2: hue angle of 158.45º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF3B2 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB62243178-
CMYK0.7400.270.05
HSL158.45º88.29%59.8%-
HSV(B)158.45º74.49%95.29%-
XYZ42.0768.3453.09-
YUV181.47126.0342.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.84%
GREEN value IS 243 (95.31% from 255) = 50.31%
BLUE value IS 178 (69.92% from 255) = 36.85%
R=12.84%
G=50.31%
B=36.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal622431780.7400.270.05158.4588.2959.8
Hex3EF3B24A01B59e583c
Octal76363262112033523613074
Binary11111011110011101100101001010011011101100111101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,243,178); }

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

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

 a { background-color: rgb(62,243,178); }

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

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

 span { border-color: rgb(62,243,178); }

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