#3EE1BE

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

Shades of Turquoise #3EE1BE

Tints of Turquoise #3EE1BE

Color information

#3EE1BE (or 0x3EE1BE) is unknown color: approx Turquoise. HEX triplet: 3E, E1 and BE. RGB value is (62,225,190). Sum of RGB (Red+Green+Blue) = 62+225+190=477 (63% of max value = 765). Red value is 62 (24.61% from 255 or 13.00% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #3EE1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE1BE is #C11E41. Grayscale: #ACACAC. Windows color (decimal): -12656194 or 12509502. OLE color: 12509502.

HSL color Cylindrical-coordinate representation of color #3EE1BE: hue angle of 167.12º 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 #3EE1BE is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB62225190-
CMYK0.7200.160.12
HSL167.12º73.09%56.27%-
HSV(B)167.12º72.44%88.24%-
XYZ38.2158.5958.01-
YUV172.2713849.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.00%
GREEN value IS 225 (88.28% from 255) = 47.17%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=13.00%
G=47.17%
B=39.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal622251900.7200.160.12167.1273.0956.27
Hex3EE1BE48010Ca74938
Octal763412761100201424711170
Binary111110111000011011111010010000100001100101001111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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