#3EFBB0

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

Shades of Turquoise #3EFBB0

Tints of Turquoise #3EFBB0

Color information

#3EFBB0 (or 0x3EFBB0) is unknown color: approx Turquoise. HEX triplet: 3E, FB and B0. RGB value is (62,251,176). Sum of RGB (Red+Green+Blue) = 62+251+176=489 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.68% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #3EFBB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EFBB0 is #C1044F. Grayscale: #BABABA. Windows color (decimal): -12649552 or 11598654. OLE color: 11598654.

HSL color Cylindrical-coordinate representation of color #3EFBB0: hue angle of 156.19º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFBB0 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB62251176-
CMYK0.7500.300.02
HSL156.19º95.94%61.37%-
HSV(B)156.19º75.3%98.43%-
XYZ44.3273.1552.86-
YUV185.94122.3839.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.68%
GREEN value IS 251 (98.44% from 255) = 51.33%
BLUE value IS 176 (69.14% from 255) = 35.99%
R=12.68%
G=51.33%
B=35.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal622511760.7500.300.02156.1995.9461.37
Hex3EFBB04B01E29c603d
Octal76373260113036223414075
Binary1111101111101110110000100101101111010100111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,251,176); }

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

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

 a { background-color: rgb(62,251,176); }

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

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

 span { border-color: rgb(62,251,176); }

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