Html Css Color HEX #3EFDC1 Turquoise

📋 copy color: '#3EFDC1'

red 62 ◦ green 253 ◦ blue 193

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

Shades of Turquoise #3EFDC1

Tints of Turquoise #3EFDC1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.8%

 BLUE value IS 193 (75.78% from 255) = 37.99%

R = 12.2%
G = 49.8%
B = 37.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#3EFDC1 (or 0x3EFDC1) is known color: Turquoise. HEX triplet: 3E, FD and C1. RGB value is (62,253,193). Sum of RGB (Red+Green+Blue) = 62+253+193=508 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.20% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFDC1 is #C1023E. Grayscale: #BDBDBD. Windows color (decimal): -12649023 or 12713278. OLE color: 12713278.

HSL color Cylindrical-coordinate representation of color #3EFDC1: hue angle of 161.15º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFDC1 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 253 193 -
CMYK 0.75 0 0.24 0.01
HSL 161.15º 0.98% 0.62% -
HSV(B) 161.15º 0.75% 0.99% -
XYZ 46.74 75.12 62.49 -
YUV 189.05 130.22 37.38 -
System Red Green Blue C M Y K H S L
Decimal 62 253 193 0.75 0 0.24 0.01 161.15 0.98 0.62
Hex 3E FD C1 4B 0 18 1 A1 62 3E
Octal 76 375 301 113 0 30 1 241 142 76
Binary 111110 11111101 11000001 1001011 0 11000 1 10100001 1100010 111110

Color Harmonies of #3EFDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFDC1

Black with #3EFDC1

Text Example


Text Example

White with #3EFDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,253,193); }

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

background-color css

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

 a { background-color: rgb(62,253,193); }

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

border-color css

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

 span { border-color: rgb(62,253,193); }

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