#3EE1B9

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

Shades of Turquoise #3EE1B9

Tints of Turquoise #3EE1B9

Color information

#3EE1B9 (or 0x3EE1B9) is unknown color: approx Turquoise. HEX triplet: 3E, E1 and B9. RGB value is (62,225,185). Sum of RGB (Red+Green+Blue) = 62+225+185=472 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.14% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #3EE1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE1B9 is #C11E46. Grayscale: #ABABAB. Windows color (decimal): -12656199 or 12181822. OLE color: 12181822.

HSL color Cylindrical-coordinate representation of color #3EE1B9: hue angle of 165.28º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE1B9 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB62225185-
CMYK0.7200.180.12
HSL165.28º73.09%56.27%-
HSV(B)165.28º72.44%88.24%-
XYZ37.6758.3855.18-
YUV171.7135.549.75-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.14%
GREEN value IS 225 (88.28% from 255) = 47.67%
BLUE value IS 185 (72.66% from 255) = 39.19%
R=13.14%
G=47.67%
B=39.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal622251850.7200.180.12165.2873.0956.27
Hex3EE1B948012Ca54938
Octal763412711100221424511170
Binary111110111000011011100110010000100101100101001011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,225,185); }

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

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

 a { background-color: rgb(62,225,185); }

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

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

 span { border-color: rgb(62,225,185); }

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