Html Css Color HEX #3EFAB3 Turquoise

📋 copy color: '#3EFAB3'

red 62 ◦ green 250 ◦ blue 179

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

Shades of Turquoise #3EFAB3

Tints of Turquoise #3EFAB3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.92%

 BLUE value IS 179 (70.31% from 255) = 36.46%

R = 12.63%
G = 50.92%
B = 36.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#3EFAB3 (or 0x3EFAB3) is known color: Turquoise. HEX triplet: 3E, FA and B3. RGB value is (62,250,179). Sum of RGB (Red+Green+Blue) = 62+250+179=491 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.63% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFAB3 is #C1054C. Grayscale: #B9B9B9. Windows color (decimal): -12649805 or 11795006. OLE color: 11795006.

HSL color Cylindrical-coordinate representation of color #3EFAB3: hue angle of 157.34º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFAB3 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 250 179 -
CMYK 0.75 0 0.28 0.02
HSL 157.34º 0.95% 0.61% -
HSV(B) 157.34º 0.75% 0.98% -
XYZ 44.31 72.65 54.34 -
YUV 185.69 124.22 39.77 -
System Red Green Blue C M Y K H S L
Decimal 62 250 179 0.75 0 0.28 0.02 157.34 0.95 0.61
Hex 3E FA B3 4B 0 1C 2 9D 5F 3D
Octal 76 372 263 113 0 34 2 235 137 75
Binary 111110 11111010 10110011 1001011 0 11100 10 10011101 1011111 111101

Color Harmonies of #3EFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFAB3

Black with #3EFAB3

Text Example


Text Example

White with #3EFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,250,179); }

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

background-color css

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

 a { background-color: rgb(62,250,179); }

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

border-color css

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

 span { border-color: rgb(62,250,179); }

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