#3EF1B5

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

Shades of Turquoise #3EF1B5

Tints of Turquoise #3EF1B5

Color information

#3EF1B5 (or 0x3EF1B5) is unknown color: approx Turquoise. HEX triplet: 3E, F1 and B5. RGB value is (62,241,181). Sum of RGB (Red+Green+Blue) = 62+241+181=484 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.81% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF1B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF1B5 is #C10E4A. Grayscale: #B4B4B4. Windows color (decimal): -12652107 or 11923774. OLE color: 11923774.

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

Color convert

RGB62241181-
CMYK0.7400.250.05
HSL159.89º86.47%59.41%-
HSV(B)159.89º74.27%94.51%-
XYZ41.7867.2754.5-
YUV180.64128.243.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.81%
GREEN value IS 241 (94.53% from 255) = 49.79%
BLUE value IS 181 (71.09% from 255) = 37.40%
R=12.81%
G=49.79%
B=37.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal622411810.7400.250.05159.8986.4759.41
Hex3EF1B54A0195a0563b
Octal76361265112031524012673
Binary11111011110001101101011001010011001101101000001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,241,181); }

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

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

 a { background-color: rgb(62,241,181); }

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

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

 span { border-color: rgb(62,241,181); }

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