#3EF6BB

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

Shades of Turquoise #3EF6BB

Tints of Turquoise #3EF6BB

Color information

#3EF6BB (or 0x3EF6BB) is unknown color: approx Turquoise. HEX triplet: 3E, F6 and BB. RGB value is (62,246,187). Sum of RGB (Red+Green+Blue) = 62+246+187=495 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.53% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #3EF6BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF6BB is #C10944. Grayscale: #B8B8B8. Windows color (decimal): -12650821 or 12318270. OLE color: 12318270.

HSL color Cylindrical-coordinate representation of color #3EF6BB: hue angle of 160.76º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EF6BB is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB62246187-
CMYK0.7500.240.04
HSL160.76º91.09%60.39%-
HSV(B)160.76º74.8%96.47%-
XYZ43.9170.5258.31-
YUV184.26129.5440.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.53%
GREEN value IS 246 (96.48% from 255) = 49.70%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=12.53%
G=49.70%
B=37.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal622461870.7500.240.04160.7691.0960.39
Hex3EF6BB4B0184a15b3c
Octal76366273113030424113374
Binary11111011110110101110111001011011000100101000011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,246,187); }

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

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

 a { background-color: rgb(62,246,187); }

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

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

 span { border-color: rgb(62,246,187); }

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