#3EFEB1

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

Shades of Turquoise #3EFEB1

Tints of Turquoise #3EFEB1

Color information

#3EFEB1 (or 0x3EFEB1) is unknown color: approx Turquoise. HEX triplet: 3E, FE and B1. RGB value is (62,254,177). Sum of RGB (Red+Green+Blue) = 62+254+177=493 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.58% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EFEB1 is #C1014E. Grayscale: #BBBBBB. Windows color (decimal): -12648783 or 11664958. OLE color: 11664958.

HSL color Cylindrical-coordinate representation of color #3EFEB1: hue angle of 155.94º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFEB1 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB62254177-
CMYK0.7600.300.00
HSL155.94º98.97%61.96%-
HSV(B)155.94º75.59%99.61%-
XYZ45.3675.0853.7-
YUV187.81121.8938.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.58%
GREEN value IS 254 (99.61% from 255) = 51.52%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=12.58%
G=51.52%
B=35.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal622541770.7600.300.00155.9498.9761.96
Hex3EFEB14C01E09c633e
Octal76376261114036023414376
Binary111110111111101011000110011000111100100111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,254,177); }

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

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

 a { background-color: rgb(62,254,177); }

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

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

 span { border-color: rgb(62,254,177); }

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