Html Css Color HEX #3EFFC4 Turquoise

📋 copy color: '#3EFFC4'

red 62 ◦ green 255 ◦ blue 196

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

Shades of Turquoise #3EFFC4

Tints of Turquoise #3EFFC4

RGB

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

 GREEN value IS 255 (100% from 255) = 49.71%

 BLUE value IS 196 (76.95% from 255) = 38.21%

R = 12.09%
G = 49.71%
B = 38.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#3EFFC4 (or 0x3EFFC4) is known color: Turquoise. HEX triplet: 3E, FF and C4. RGB value is (62,255,196). Sum of RGB (Red+Green+Blue) = 62+255+196=513 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.09% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFC4 is #C1003B. Grayscale: #BEBEBE. Windows color (decimal): -12648508 or 12910398. OLE color: 12910398.

HSL color Cylindrical-coordinate representation of color #3EFFC4: hue angle of 161.66º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFC4 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 62 255 196 -
CMYK 0.76 0 0.23 0
HSL 161.66º 1% 0.62% -
HSV(B) 161.66º 0.76% 1% -
XYZ 47.71 76.53 64.48 -
YUV 190.57 131.06 36.3 -
System Red Green Blue C M Y K H S L
Decimal 62 255 196 0.76 0 0.23 0 161.66 1 0.62
Hex 3E FF C4 4C 0 17 0 A2 64 3E
Octal 76 377 304 114 0 27 0 242 144 76
Binary 111110 11111111 11000100 1001100 0 10111 0 10100010 1100100 111110

Color Harmonies of #3EFFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFFC4

Black with #3EFFC4

Text Example


Text Example

White with #3EFFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,255,196); }

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

background-color css

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

 a { background-color: rgb(62,255,196); }

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

border-color css

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

 span { border-color: rgb(62,255,196); }

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