Html Css Color HEX #3EF1C3 Turquoise

📋 copy color: '#3EF1C3'

red 62 ◦ green 241 ◦ blue 195

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

Shades of Turquoise #3EF1C3

Tints of Turquoise #3EF1C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.16%

R = 12.45%
G = 48.39%
B = 39.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#3EF1C3 (or 0x3EF1C3) is known color: Turquoise. HEX triplet: 3E, F1 and C3. RGB value is (62,241,195). Sum of RGB (Red+Green+Blue) = 62+241+195=498 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.45% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF1C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF1C3 is #C10E3C. Grayscale: #B6B6B6. Windows color (decimal): -12652093 or 12841278. OLE color: 12841278.

HSL color Cylindrical-coordinate representation of color #3EF1C3: hue angle of 164.58º 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 #3EF1C3 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 62 241 195 -
CMYK 0.74 0 0.19 0.05
HSL 164.58º 0.86% 0.59% -
HSV(B) 164.58º 0.74% 0.95% -
XYZ 43.29 67.87 62.45 -
YUV 182.24 135.2 42.24 -
System Red Green Blue C M Y K H S L
Decimal 62 241 195 0.74 0 0.19 0.05 164.58 0.86 0.59
Hex 3E F1 C3 4A 0 13 5 A5 56 3B
Octal 76 361 303 112 0 23 5 245 126 73
Binary 111110 11110001 11000011 1001010 0 10011 101 10100101 1010110 111011

Color Harmonies of #3EF1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF1C3

Black with #3EF1C3

Text Example


Text Example

White with #3EF1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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