Html Css Color HEX #3EF1BB Turquoise

📋 copy color: '#3EF1BB'

red 62 ◦ green 241 ◦ blue 187

#3EF1BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3EF1BB

Tints of Turquoise #3EF1BB

RGB

 RED value IS 62 (24.61% from 255) = 12.65%

 GREEN value IS 241 (94.53% from 255) = 49.18%

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 12.65%
G = 49.18%
B = 38.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#3EF1BB (or 0x3EF1BB) is known color: Turquoise. HEX triplet: 3E, F1 and BB. RGB value is (62,241,187). Sum of RGB (Red+Green+Blue) = 62+241+187=490 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.65% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF1BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF1BB is #C10E44. Grayscale: #B5B5B5. Windows color (decimal): -12652101 or 12316990. OLE color: 12316990.

HSL color Cylindrical-coordinate representation of color #3EF1BB: hue angle of 161.9º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF1BB is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 62 241 187 -
CMYK 0.74 0 0.22 0.05
HSL 161.9º 0.86% 0.59% -
HSV(B) 161.9º 0.74% 0.95% -
XYZ 42.41 67.52 57.81 -
YUV 181.32 131.2 42.89 -
System Red Green Blue C M Y K H S L
Decimal 62 241 187 0.74 0 0.22 0.05 161.9 0.86 0.59
Hex 3E F1 BB 4A 0 16 5 A2 56 3B
Octal 76 361 273 112 0 26 5 242 126 73
Binary 111110 11110001 10111011 1001010 0 10110 101 10100010 1010110 111011

Color Harmonies of #3EF1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF1BB

Black with #3EF1BB

Text Example


Text Example

White with #3EF1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3EF1BB;
 }
 .AnyTagClassName
 {
   color: #3EF1BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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