Html Css Color HEX #3FFEC2 Turquoise

📋 copy color: '#3FFEC2'

red 63 ◦ green 254 ◦ blue 194

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

Shades of Turquoise #3FFEC2

Tints of Turquoise #3FFEC2

RGB

 RED value IS 63 (25% from 255) = 12.33%

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

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

R = 12.33%
G = 49.71%
B = 37.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#3FFEC2 (or 0x3FFEC2) is known color: Turquoise. HEX triplet: 3F, FE and C2. RGB value is (63,254,194). Sum of RGB (Red+Green+Blue) = 63+254+194=511 (67% of max value = 765). Red value is 63 (25% from 255 or 12.33% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFEC2 is #C0013D. Grayscale: #BEBEBE. Windows color (decimal): -12583230 or 12779071. OLE color: 12779071.

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

Color convert

RGB 63 254 194 -
CMYK 0.75 0 0.24 0.00
HSL 161.15º 0.99% 0.62% -
HSV(B) 161.15º 0.75% 1% -
XYZ 47.23 75.84 63.19 -
YUV 190.05 130.22 37.38 -
System Red Green Blue C M Y K H S L
Decimal 63 254 194 0.75 0 0.24 0.00 161.15 0.99 0.62
Hex 3F FE C2 4B 0 18 0 A1 63 3E
Octal 77 376 302 113 0 30 0 241 143 76
Binary 111111 11111110 11000010 1001011 0 11000 0 10100001 1100011 111110

Color Harmonies of #3FFEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFEC2

Black with #3FFEC2

Text Example


Text Example

White with #3FFEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,254,194); }

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

background-color css

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

 a { background-color: rgb(63,254,194); }

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

border-color css

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

 span { border-color: rgb(63,254,194); }

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