Html Css Color HEX #3EFBC2 Turquoise

📋 copy color: '#3EFBC2'

red 62 ◦ green 251 ◦ blue 194

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

Shades of Turquoise #3EFBC2

Tints of Turquoise #3EFBC2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.51%

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 12.23%
G = 49.51%
B = 38.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#3EFBC2 (or 0x3EFBC2) is known color: Turquoise. HEX triplet: 3E, FB and C2. RGB value is (62,251,194). Sum of RGB (Red+Green+Blue) = 62+251+194=507 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.23% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #3EFBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFBC2 is #C1043D. Grayscale: #BCBCBC. Windows color (decimal): -12649534 or 12778302. OLE color: 12778302.

HSL color Cylindrical-coordinate representation of color #3EFBC2: hue angle of 161.9º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFBC2 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 251 194 -
CMYK 0.75 0 0.23 0.02
HSL 161.9º 0.96% 0.61% -
HSV(B) 161.9º 0.75% 0.98% -
XYZ 46.22 73.91 62.87 -
YUV 187.99 131.38 38.13 -
System Red Green Blue C M Y K H S L
Decimal 62 251 194 0.75 0 0.23 0.02 161.9 0.96 0.61
Hex 3E FB C2 4B 0 17 2 A2 60 3D
Octal 76 373 302 113 0 27 2 242 140 75
Binary 111110 11111011 11000010 1001011 0 10111 10 10100010 1100000 111101

Color Harmonies of #3EFBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFBC2

Black with #3EFBC2

Text Example


Text Example

White with #3EFBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,251,194); }

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

background-color css

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

 a { background-color: rgb(62,251,194); }

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

border-color css

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

 span { border-color: rgb(62,251,194); }

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