Html Css Color HEX #3EF6B9 Turquoise

📋 copy color: '#3EF6B9'

red 62 ◦ green 246 ◦ blue 185

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

Shades of Turquoise #3EF6B9

Tints of Turquoise #3EF6B9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.9%

 BLUE value IS 185 (72.66% from 255) = 37.53%

R = 12.58%
G = 49.9%
B = 37.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#3EF6B9 (or 0x3EF6B9) is known color: Turquoise. HEX triplet: 3E, F6 and B9. RGB value is (62,246,185). Sum of RGB (Red+Green+Blue) = 62+246+185=493 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.58% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #3EF6B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF6B9 is #C10946. Grayscale: #B8B8B8. Windows color (decimal): -12650823 or 12187198. OLE color: 12187198.

HSL color Cylindrical-coordinate representation of color #3EF6B9: hue angle of 160.11º 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 #3EF6B9 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 62 246 185 -
CMYK 0.75 0 0.25 0.04
HSL 160.11º 0.91% 0.6% -
HSV(B) 160.11º 0.75% 0.96% -
XYZ 43.7 70.44 57.19 -
YUV 184.03 128.54 40.96 -
System Red Green Blue C M Y K H S L
Decimal 62 246 185 0.75 0 0.25 0.04 160.11 0.91 0.6
Hex 3E F6 B9 4B 0 19 4 A0 5B 3C
Octal 76 366 271 113 0 31 4 240 133 74
Binary 111110 11110110 10111001 1001011 0 11001 100 10100000 1011011 111100

Color Harmonies of #3EF6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF6B9

Black with #3EF6B9

Text Example


Text Example

White with #3EF6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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