Html Css Color HEX #3EFEC4 Turquoise

📋 copy color: '#3EFEC4'

red 62 ◦ green 254 ◦ blue 196

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

Shades of Turquoise #3EFEC4

Tints of Turquoise #3EFEC4

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.61%

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

R = 12.11%
G = 49.61%
B = 38.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#3EFEC4 (or 0x3EFEC4) is known color: Turquoise. HEX triplet: 3E, FE and C4. RGB value is (62,254,196). Sum of RGB (Red+Green+Blue) = 62+254+196=512 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.11% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFEC4 is #C1013B. Grayscale: #BEBEBE. Windows color (decimal): -12648764 or 12910142. OLE color: 12910142.

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

Color convert

RGB 62 254 196 -
CMYK 0.76 0 0.23 0.00
HSL 161.88º 0.99% 0.62% -
HSV(B) 161.88º 0.76% 1% -
XYZ 47.39 75.89 64.38 -
YUV 189.98 131.39 36.72 -
System Red Green Blue C M Y K H S L
Decimal 62 254 196 0.76 0 0.23 0.00 161.88 0.99 0.62
Hex 3E FE C4 4C 0 17 0 A2 63 3E
Octal 76 376 304 114 0 27 0 242 143 76
Binary 111110 11111110 11000100 1001100 0 10111 0 10100010 1100011 111110

Color Harmonies of #3EFEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFEC4

Black with #3EFEC4

Text Example


Text Example

White with #3EFEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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