Html Css Color HEX #3EFED6 Turquoise

📋 copy color: '#3EFED6'

red 62 ◦ green 254 ◦ blue 214

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

Shades of Turquoise #3EFED6

Tints of Turquoise #3EFED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.38%

R = 11.7%
G = 47.92%
B = 40.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#3EFED6 (or 0x3EFED6) is known color: Turquoise. HEX triplet: 3E, FE and D6. RGB value is (62,254,214). Sum of RGB (Red+Green+Blue) = 62+254+214=530 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.70% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFED6 is #C10129. Grayscale: #BFBFBF. Windows color (decimal): -12648746 or 14089790. OLE color: 14089790.

HSL color Cylindrical-coordinate representation of color #3EFED6: hue angle of 167.5º 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 #3EFED6 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 62 254 214 -
CMYK 0.76 0 0.16 0.00
HSL 167.5º 0.99% 0.62% -
HSV(B) 167.5º 0.76% 1% -
XYZ 49.57 76.76 75.82 -
YUV 192.03 140.39 35.25 -
System Red Green Blue C M Y K H S L
Decimal 62 254 214 0.76 0 0.16 0.00 167.5 0.99 0.62
Hex 3E FE D6 4C 0 10 0 A8 63 3E
Octal 76 376 326 114 0 20 0 250 143 76
Binary 111110 11111110 11010110 1001100 0 10000 0 10101000 1100011 111110

Color Harmonies of #3EFED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFED6

Black with #3EFED6

Text Example


Text Example

White with #3EFED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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