#3EEBBF

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

Shades of Turquoise #3EEBBF

Tints of Turquoise #3EEBBF

Color information

#3EEBBF (or 0x3EEBBF) is unknown color: approx Turquoise. HEX triplet: 3E, EB and BF. RGB value is (62,235,191). Sum of RGB (Red+Green+Blue) = 62+235+191=488 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.70% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBBF is #C11440. Grayscale: #B2B2B2. Windows color (decimal): -12653633 or 12577598. OLE color: 12577598.

HSL color Cylindrical-coordinate representation of color #3EEBBF: hue angle of 164.74º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEBBF is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB62235191-
CMYK0.7400.190.08
HSL164.74º81.22%58.24%-
HSV(B)164.74º73.62%92.16%-
XYZ41.164.259.52-
YUV178.26135.1945.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.70%
GREEN value IS 235 (92.19% from 255) = 48.16%
BLUE value IS 191 (75% from 255) = 39.14%
R=12.70%
G=48.16%
B=39.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal622351910.7400.190.08164.7481.2258.24
Hex3EEBBF4A0138a5513a
Octal763532771120231024512172
Binary111110111010111011111110010100100111000101001011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EEBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,235,191); }

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

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

 a { background-color: rgb(62,235,191); }

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

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

 span { border-color: rgb(62,235,191); }

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