Html Css Color HEX #3EF2AF Turquoise

📋 copy color: '#3EF2AF'

red 62 ◦ green 242 ◦ blue 175

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

Shades of Turquoise #3EF2AF

Tints of Turquoise #3EF2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.52%

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 12.94%
G = 50.52%
B = 36.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#3EF2AF (or 0x3EF2AF) is known color: Turquoise. HEX triplet: 3E, F2 and AF. RGB value is (62,242,175). Sum of RGB (Red+Green+Blue) = 62+242+175=479 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.94% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF2AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EF2AF is #C10D50. Grayscale: #B4B4B4. Windows color (decimal): -12651857 or 11530814. OLE color: 11530814.

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

Color convert

RGB 62 242 175 -
CMYK 0.74 0 0.28 0.05
HSL 157.67º 0.87% 0.6% -
HSV(B) 157.67º 0.74% 0.95% -
XYZ 41.48 67.62 51.42 -
YUV 180.54 124.87 43.45 -
System Red Green Blue C M Y K H S L
Decimal 62 242 175 0.74 0 0.28 0.05 157.67 0.87 0.6
Hex 3E F2 AF 4A 0 1C 5 9E 57 3C
Octal 76 362 257 112 0 34 5 236 127 74
Binary 111110 11110010 10101111 1001010 0 11100 101 10011110 1010111 111100

Color Harmonies of #3EF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF2AF

Black with #3EF2AF

Text Example


Text Example

White with #3EF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,242,175); }

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

background-color css

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

 a { background-color: rgb(62,242,175); }

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

border-color css

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

 span { border-color: rgb(62,242,175); }

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