Html Css Color HEX #3FD7C0 Medium Turquoise

📋 copy color: '#3FD7C0'

red 63 ◦ green 215 ◦ blue 192

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

Shades of Medium Turquoise #3FD7C0

Tints of Medium Turquoise #3FD7C0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.74%

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 13.4%
G = 45.74%
B = 40.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#3FD7C0 (or 0x3FD7C0) is known color: Medium Turquoise. HEX triplet: 3F, D7 and C0. RGB value is (63,215,192). Sum of RGB (Red+Green+Blue) = 63+215+192=470 (62% of max value = 765). Red value is 63 (25% from 255 or 13.40% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD7C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD7C0 is #C0283F. Grayscale: #A6A6A6. Windows color (decimal): -12593216 or 12638015. OLE color: 12638015.

HSL color Cylindrical-coordinate representation of color #3FD7C0: hue angle of 170.92º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD7C0 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 215 192 -
CMYK 0.71 0 0.11 0.16
HSL 170.92º 0.66% 0.55% -
HSV(B) 170.92º 0.71% 0.84% -
XYZ 35.86 53.46 58.3 -
YUV 166.93 142.14 53.87 -
System Red Green Blue C M Y K H S L
Decimal 63 215 192 0.71 0 0.11 0.16 170.92 0.66 0.55
Hex 3F D7 C0 47 0 B 10 AB 42 37
Octal 77 327 300 107 0 13 20 253 102 67
Binary 111111 11010111 11000000 1000111 0 1011 10000 10101011 1000010 110111

Color Harmonies of #3FD7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD7C0

Black with #3FD7C0

Text Example


Text Example

White with #3FD7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,215,192); }

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

background-color css

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

 a { background-color: rgb(63,215,192); }

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

border-color css

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

 span { border-color: rgb(63,215,192); }

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